Color Hex Logo

#c462cd Color Hex

#C462CD
(196,98,205)
0 Favorites   0 Comments

Color spaces of #c462cd

RGB 19698205
HSL0.820.520.59
HSV295°52°80°
CMYK 0.040.520.00   0.20
XYZ38.152124.878960.5489
Yxy24.87890.30870.2013
Hunter Lab49.878849.2463-37.0583
CIE-Lab56.957254.3624-38.6786

#c462cd color RGB value is (196,98,205).

#c462cd hex color red value is 196, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c462cd hue: 0.82 , saturation: 0.52 and the lightness value of c462cd is 0.59.

The process color (four color CMYK) of #c462cd color hex is 0.04, 0.52, 0.00, 0.20. Web safe color of #c462cd is #cc66cc. Color #c462cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100010 11001101
Octal 304 142 315
Decimal 196 98 205
Hex C4 62 CD

RGB Percentages of Color #c462cd

%39.28
%19.64
%41.08

CMYK Percentages of Color #c462cd

%4
%52
%0
%20

Triadic Colors of #c462cd

#c462cd #cdc462 #62cdc4

Analogous Colors of #c462cd

#c462cd #cd62a1 #8f62cd

Monochromatic Colors of #c462cd

#c462cd

Complementary Color

#c462cd #6bcd62

#c462cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c462cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c462cd Color CSS Codes

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

#c462cd Text Font Color

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

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


#c462cd Background Color

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

This div background color is #c462cd


#c462cd Border Color

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

This div border color is #c462cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,98,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c462cd


Comments

No comments written yet.

Please login to write comment.