Color Hex Logo

#cc23bf Color Hex

#CC23BF
(204,35,191)
0 Favorites   0 Comments

Color spaces of #cc23bf

RGB 20435191
HSL0.850.710.47
HSV305°83°80°
CMYK 0.000.830.06   0.20
XYZ34.906817.801050.8864
Yxy17.80100.33700.1718
Hunter Lab42.191273.8468-41.9752
CIE-Lab49.253876.7973-42.7001

#cc23bf color RGB value is (204,35,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 10111111
Octal 314 43 277
Decimal 204 35 191
Hex CC 23 BF

RGB Percentages of Color #cc23bf

%47.44
%8.14
%44.42

CMYK Percentages of Color #cc23bf

%0
%83
%6
%20

Triadic Colors of #cc23bf

#cc23bf #bfcc23 #23bfcc

Analogous Colors of #cc23bf

#cc23bf #cc236b #8523cc

Monochromatic Colors of #cc23bf

#cc23bf

Complementary Color

#cc23bf #23cc30

#cc23bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc23bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc23bf Color CSS Codes

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

#cc23bf Text Font Color

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

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


#cc23bf Background Color

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

This div background color is #cc23bf


#cc23bf Border Color

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

This div border color is #cc23bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc23bf


Comments

No comments written yet.

Please login to write comment.