Color Hex Logo

#c38fcd Color Hex

#C38FCD
(195,143,205)
0 Favorites   0 Comments

Color spaces of #c38fcd

RGB 195143205
HSL0.810.380.68
HSV290°30°80°
CMYK 0.050.300.00   0.20
XYZ43.347635.654862.3550
Yxy35.65480.30670.2522
Hunter Lab59.711625.0865-20.1165
CIE-Lab66.255330.3196-24.2668

#c38fcd color RGB value is (195,143,205).

#c38fcd hex color red value is 195, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c38fcd hue: 0.81 , saturation: 0.38 and the lightness value of c38fcd is 0.68.

The process color (four color CMYK) of #c38fcd color hex is 0.05, 0.30, 0.00, 0.20. Web safe color of #c38fcd is #cc99cc. Color #c38fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11001101
Octal 303 217 315
Decimal 195 143 205
Hex C3 8F CD

RGB Percentages of Color #c38fcd

%35.91
%26.34
%37.75

CMYK Percentages of Color #c38fcd

%5
%30
%0
%20

Triadic Colors of #c38fcd

#c38fcd #cdc38f #8fcdc3

Analogous Colors of #c38fcd

#c38fcd #cd8fb8 #a48fcd

Monochromatic Colors of #c38fcd

#c38fcd

Complementary Color

#c38fcd #99cd8f

#c38fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fcd Color CSS Codes

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

#c38fcd Text Font Color

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

This sample text font color is #c38fcd
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.


#c38fcd Background Color

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

This div background color is #c38fcd


#c38fcd Border Color

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

This div border color is #c38fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fcd


Comments

No comments written yet.

Please login to write comment.