Color Hex Logo

#ce233c Color Hex

#CE233C
(206,35,60)
0 Favorites   0 Comments

Color spaces of #ce233c

RGB 2063560
HSL0.980.710.47
HSV351°83°81°
CMYK 0.000.830.71   0.19
XYZ26.870214.65015.6865
Yxy14.65010.56920.3103
Hunter Lab38.275458.328917.9842
CIE-Lab45.151264.573730.6750

#ce233c color RGB value is (206,35,60).

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

The process color (four color CMYK) of #ce233c color hex is 0.00, 0.83, 0.71, 0.19. Web safe color of #ce233c is #cc3333. Color #ce233c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 00111100
Octal 316 43 74
Decimal 206 35 60
Hex CE 23 3C

RGB Percentages of Color #ce233c

%68.44
%11.63
%19.93

CMYK Percentages of Color #ce233c

%0
%83
%71
%19

Triadic Colors of #ce233c

#ce233c #3cce23 #233cce

Analogous Colors of #ce233c

#ce233c #ce5f23 #ce2392

Monochromatic Colors of #ce233c

#ce233c

Complementary Color

#ce233c #23ceb5

#ce233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce233c Color CSS Codes

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

#ce233c Text Font Color

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

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


#ce233c Background Color

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

This div background color is #ce233c


#ce233c Border Color

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

This div border color is #ce233c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce233c


Comments

No comments written yet.

Please login to write comment.