Color Hex Logo

#c484ce Color Hex

#C484CE
(196,132,206)
0 Favorites   0 Comments

Color spaces of #c484ce

RGB 196132206
HSL0.810.430.66
HSV292°36°81°
CMYK 0.050.360.00   0.19
XYZ42.156832.694562.4813
Yxy32.69450.30700.2381
Hunter Lab57.179131.5404-24.7626
CIE-Lab63.912836.8597-28.4177

#c484ce color RGB value is (196,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000100 11001110
Octal 304 204 316
Decimal 196 132 206
Hex C4 84 CE

RGB Percentages of Color #c484ce

%36.70
%24.72
%38.58

CMYK Percentages of Color #c484ce

%5
%36
%0
%19

Triadic Colors of #c484ce

#c484ce #cec484 #84cec4

Analogous Colors of #c484ce

#c484ce #ce84b3 #9f84ce

Monochromatic Colors of #c484ce

#c484ce

Complementary Color

#c484ce #8ece84

#c484ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c484ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c484ce Color CSS Codes

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

#c484ce Text Font Color

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

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


#c484ce Background Color

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

This div background color is #c484ce


#c484ce Border Color

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

This div border color is #c484ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c484ce


Comments

No comments written yet.

Please login to write comment.