Color Hex Logo

#c38fcc Color Hex

#C38FCC
(195,143,204)
0 Favorites   0 Comments

Color spaces of #c38fcc

RGB 195143204
HSL0.810.370.68
HSV291°30°80°
CMYK 0.040.300.00   0.20
XYZ43.227235.606761.7212
Yxy35.60670.30750.2533
Hunter Lab59.671324.8843-19.5568
CIE-Lab66.218330.1224-23.7659

#c38fcc color RGB value is (195,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11001100
Octal 303 217 314
Decimal 195 143 204
Hex C3 8F CC

RGB Percentages of Color #c38fcc

%35.98
%26.38
%37.64

CMYK Percentages of Color #c38fcc

%4
%30
%0
%20

Triadic Colors of #c38fcc

#c38fcc #ccc38f #8fccc3

Analogous Colors of #c38fcc

#c38fcc #cc8fb7 #a58fcc

Monochromatic Colors of #c38fcc

#c38fcc

Complementary Color

#c38fcc #98cc8f

#c38fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fcc Color CSS Codes

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

#c38fcc Text Font Color

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

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


#c38fcc Background Color

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

This div background color is #c38fcc


#c38fcc Border Color

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

This div border color is #c38fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fcc


Comments

No comments written yet.

Please login to write comment.