Color Hex Logo

#c38dfc Color Hex

#C38DFC
(195,141,252)
0 Favorites   0 Comments

Color spaces of #c38dfc

RGB 195141252
HSL0.750.950.77
HSV269°44°99°
CMYK 0.230.440.00   0.01
XYZ49.601237.680196.7542
Yxy37.68010.26950.2047
Hunter Lab61.384136.8140-50.4845
CIE-Lab67.784241.4126-47.8241

#c38dfc color RGB value is (195,141,252).

#c38dfc hex color red value is 195, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c38dfc hue: 0.75 , saturation: 0.95 and the lightness value of c38dfc is 0.77.

The process color (four color CMYK) of #c38dfc color hex is 0.23, 0.44, 0.00, 0.01. Web safe color of #c38dfc is #cc99ff. Color #c38dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 11111100
Octal 303 215 374
Decimal 195 141 252
Hex C3 8D FC

RGB Percentages of Color #c38dfc

%33.16
%23.98
%42.86

CMYK Percentages of Color #c38dfc

%23
%44
%0
%1

Triadic Colors of #c38dfc

#c38dfc #fcc38d #8dfcc3

Analogous Colors of #c38dfc

#c38dfc #fb8dfc #8d8ffc

Monochromatic Colors of #c38dfc

#c38dfc

Complementary Color

#c38dfc #c6fc8d

#c38dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38dfc Color CSS Codes

.mybgcolor {background-color:#c38dfc; } 
.myforecolor {color:#c38dfc; }
.mybordercolor {border:3px solid #c38dfc; }

#c38dfc Text Font Color

<p style="color:#c38dfc">Text here</p>

This sample text font color is #c38dfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c38dfc Background Color

<div style="background-color:#c38dfc">
Div content here</div>

This div background color is #c38dfc


#c38dfc Border Color

<div style="border:3px solid #c38dfc">
Div here</div>

This div border color is #c38dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,141,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c38dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c38dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #c38dfc;
  box-shadow:         1px 1px 3px 2px #c38dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,141,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c38dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c38dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #c38dfc;
  box-shadow:         1px 1px 3px 2px #c38dfc;">
Div content here</div>

This div box has shadow with color #c38dfc


Comments

No comments written yet.

Please login to write comment.