Color Hex Logo

#cc235e Color Hex

#CC235E
(204,35,94)
0 Favorites   0 Comments

Color spaces of #cc235e

RGB 2043594
HSL0.940.710.47
HSV339°83°80°
CMYK 0.000.830.54   0.20
XYZ27.523314.847612.0049
Yxy14.84760.50620.2731
Hunter Lab38.532660.06818.5009
CIE-Lab45.424866.031910.0023

#cc235e color RGB value is (204,35,94).

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

The process color (four color CMYK) of #cc235e color hex is 0.00, 0.83, 0.54, 0.20. Web safe color of #cc235e is #cc3366. Color #cc235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01011110
Octal 314 43 136
Decimal 204 35 94
Hex CC 23 5E

RGB Percentages of Color #cc235e

%61.26
%10.51
%28.23

CMYK Percentages of Color #cc235e

%0
%83
%54
%20

Triadic Colors of #cc235e

#cc235e #5ecc23 #235ecc

Analogous Colors of #cc235e

#cc235e #cc3d23 #cc23b3

Monochromatic Colors of #cc235e

#cc235e

Complementary Color

#cc235e #23cc91

#cc235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc235e Color CSS Codes

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

#cc235e Text Font Color

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

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


#cc235e Background Color

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

This div background color is #cc235e


#cc235e Border Color

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

This div border color is #cc235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc235e


Comments

No comments written yet.

Please login to write comment.