Color Hex Logo

#cc62bd Color Hex

#CC62BD
(204,98,189)
0 Favorites   0 Comments

Color spaces of #cc62bd

RGB 20498189
HSL0.860.510.59
HSV308°52°80°
CMYK 0.000.520.07   0.20
XYZ38.454825.246950.9905
Yxy25.24690.33530.2201
Hunter Lab50.246348.6797-24.9957
CIE-Lab57.315253.7923-28.9070

#cc62bd color RGB value is (204,98,189).

#cc62bd hex color red value is 204, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc62bd hue: 0.86 , saturation: 0.51 and the lightness value of cc62bd is 0.59.

The process color (four color CMYK) of #cc62bd color hex is 0.00, 0.52, 0.07, 0.20. Web safe color of #cc62bd is #cc66cc. Color #cc62bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100010 10111101
Octal 314 142 275
Decimal 204 98 189
Hex CC 62 BD

RGB Percentages of Color #cc62bd

%41.55
%19.96
%38.49

CMYK Percentages of Color #cc62bd

%0
%52
%7
%20

Triadic Colors of #cc62bd

#cc62bd #bdcc62 #62bdcc

Analogous Colors of #cc62bd

#cc62bd #cc6288 #a662cc

Monochromatic Colors of #cc62bd

#cc62bd

Complementary Color

#cc62bd #62cc71

#cc62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc62bd Color CSS Codes

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

#cc62bd Text Font Color

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

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


#cc62bd Background Color

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

This div background color is #cc62bd


#cc62bd Border Color

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

This div border color is #cc62bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc62bd


Comments

No comments written yet.

Please login to write comment.