Color Hex Logo

#c381ce Color Hex

#C381CE
(195,129,206)
0 Favorites   0 Comments

Color spaces of #c381ce

RGB 195129206
HSL0.810.440.66
HSV291°37°81°
CMYK 0.050.370.00   0.19
XYZ41.496531.758862.3355
Yxy31.75880.30600.2342
Hunter Lab56.354932.8158-26.1336
CIE-Lab63.143038.1763-29.6155

#c381ce color RGB value is (195,129,206).

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

The process color (four color CMYK) of #c381ce color hex is 0.05, 0.37, 0.00, 0.19. Web safe color of #c381ce is #cc99cc. Color #c381ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 11001110
Octal 303 201 316
Decimal 195 129 206
Hex C3 81 CE

RGB Percentages of Color #c381ce

%36.79
%24.34
%38.87

CMYK Percentages of Color #c381ce

%5
%37
%0
%19

Triadic Colors of #c381ce

#c381ce #cec381 #81cec3

Analogous Colors of #c381ce

#c381ce #ce81b3 #9d81ce

Monochromatic Colors of #c381ce

#c381ce

Complementary Color

#c381ce #8cce81

#c381ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381ce Color CSS Codes

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

#c381ce Text Font Color

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

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


#c381ce Background Color

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

This div background color is #c381ce


#c381ce Border Color

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

This div border color is #c381ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381ce


Comments

No comments written yet.

Please login to write comment.