Color Hex Logo

#cc23ca Color Hex

#CC23CA
(204,35,202)
0 Favorites   0 Comments

Color spaces of #cc23ca

RGB 20435202
HSL0.840.710.47
HSV301°83°80°
CMYK 0.000.830.01   0.20
XYZ36.163518.303757.5041
Yxy18.30370.32300.1635
Hunter Lab42.782876.0127-49.7433
CIE-Lab49.862478.4206-48.1067

#cc23ca color RGB value is (204,35,202).

#cc23ca hex color red value is 204, green value is 35 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc23ca hue: 0.84 , saturation: 0.71 and the lightness value of cc23ca is 0.47.

The process color (four color CMYK) of #cc23ca color hex is 0.00, 0.83, 0.01, 0.20. Web safe color of #cc23ca is #cc33cc. Color #cc23ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 11001010
Octal 314 43 312
Decimal 204 35 202
Hex CC 23 CA

RGB Percentages of Color #cc23ca

%46.26
%7.94
%45.80

CMYK Percentages of Color #cc23ca

%0
%83
%1
%20

Triadic Colors of #cc23ca

#cc23ca #cacc23 #23cacc

Analogous Colors of #cc23ca

#cc23ca #cc2376 #7a23cc

Monochromatic Colors of #cc23ca

#cc23ca

Complementary Color

#cc23ca #23cc25

#cc23ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc23ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc23ca Color CSS Codes

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

#cc23ca Text Font Color

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

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


#cc23ca Background Color

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

This div background color is #cc23ca


#cc23ca Border Color

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

This div border color is #cc23ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc23ca


Comments

No comments written yet.

Please login to write comment.