Color Hex Logo

#c383ce Color Hex

#C383CE
(195,131,206)
0 Favorites   0 Comments

Color spaces of #c383ce

RGB 195131206
HSL0.810.430.66
HSV291°36°81°
CMYK 0.050.360.00   0.19
XYZ41.762632.290962.4242
Yxy32.29090.30600.2366
Hunter Lab56.825131.7416-25.3544
CIE-Lab63.582637.0907-28.9363

#c383ce color RGB value is (195,131,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 11001110
Octal 303 203 316
Decimal 195 131 206
Hex C3 83 CE

RGB Percentages of Color #c383ce

%36.65
%24.62
%38.72

CMYK Percentages of Color #c383ce

%5
%36
%0
%19

Triadic Colors of #c383ce

#c383ce #cec383 #83cec3

Analogous Colors of #c383ce

#c383ce #ce83b4 #9e83ce

Monochromatic Colors of #c383ce

#c383ce

Complementary Color

#c383ce #8ece83

#c383ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383ce Color CSS Codes

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

#c383ce Text Font Color

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

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


#c383ce Background Color

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

This div background color is #c383ce


#c383ce Border Color

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

This div border color is #c383ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,131,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 #c383ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383ce


Comments

No comments written yet.

Please login to write comment.