Color Hex Logo

#c381cf Color Hex

#C381CF
(195,129,207)
0 Favorites   0 Comments

Color spaces of #c381cf

RGB 195129207
HSL0.810.450.66
HSV291°38°81°
CMYK 0.060.380.00   0.19
XYZ41.618431.807662.9774
Yxy31.80760.30510.2332
Hunter Lab56.398233.0251-26.7278
CIE-Lab63.183538.3727-30.1137

#c381cf color RGB value is (195,129,207).

#c381cf hex color red value is 195, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c381cf hue: 0.81 , saturation: 0.45 and the lightness value of c381cf is 0.66.

The process color (four color CMYK) of #c381cf color hex is 0.06, 0.38, 0.00, 0.19. Web safe color of #c381cf is #cc99cc. Color #c381cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 11001111
Octal 303 201 317
Decimal 195 129 207
Hex C3 81 CF

RGB Percentages of Color #c381cf

%36.72
%24.29
%38.98

CMYK Percentages of Color #c381cf

%6
%38
%0
%19

Triadic Colors of #c381cf

#c381cf #cfc381 #81cfc3

Analogous Colors of #c381cf

#c381cf #cf81b4 #9c81cf

Monochromatic Colors of #c381cf

#c381cf

Complementary Color

#c381cf #8dcf81

#c381cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381cf Color CSS Codes

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

#c381cf Text Font Color

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

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


#c381cf Background Color

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

This div background color is #c381cf


#c381cf Border Color

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

This div border color is #c381cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381cf


Comments

No comments written yet.

Please login to write comment.