Color Hex Logo

#c488ce Color Hex

#C488CE
(196,136,206)
0 Favorites   0 Comments

Color spaces of #c488ce

RGB 196136206
HSL0.810.420.67
HSV291°34°81°
CMYK 0.050.340.00   0.19
XYZ42.709733.800362.6656
Yxy33.80030.30690.2429
Hunter Lab58.138029.3892-23.2107
CIE-Lab64.803734.6791-27.0448

#c488ce color RGB value is (196,136,206).

#c488ce hex color red value is 196, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c488ce hue: 0.81 , saturation: 0.42 and the lightness value of c488ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 11001110
Octal 304 210 316
Decimal 196 136 206
Hex C4 88 CE

RGB Percentages of Color #c488ce

%36.43
%25.28
%38.29

CMYK Percentages of Color #c488ce

%5
%34
%0
%19

Triadic Colors of #c488ce

#c488ce #cec488 #88cec4

Analogous Colors of #c488ce

#c488ce #ce88b5 #a188ce

Monochromatic Colors of #c488ce

#c488ce

Complementary Color

#c488ce #92ce88

#c488ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488ce Color CSS Codes

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

#c488ce Text Font Color

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

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


#c488ce Background Color

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

This div background color is #c488ce


#c488ce Border Color

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

This div border color is #c488ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488ce


Comments

No comments written yet.

Please login to write comment.