Color Hex Logo

#ce255c Color Hex

#CE255C
(206,37,92)
0 Favorites   0 Comments

Color spaces of #ce255c

RGB 2063792
HSL0.950.700.48
HSV340°82°81°
CMYK 0.000.820.55   0.19
XYZ28.046915.217711.5843
Yxy15.21770.51130.2774
Hunter Lab39.009960.06879.7003
CIE-Lab45.930965.934612.0084

#ce255c color RGB value is (206,37,92).

#ce255c hex color red value is 206, green value is 37 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce255c hue: 0.95 , saturation: 0.70 and the lightness value of ce255c is 0.48.

The process color (four color CMYK) of #ce255c color hex is 0.00, 0.82, 0.55, 0.19. Web safe color of #ce255c is #cc3366. Color #ce255c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 01011100
Octal 316 45 134
Decimal 206 37 92
Hex CE 25 5C

RGB Percentages of Color #ce255c

%61.49
%11.04
%27.46

CMYK Percentages of Color #ce255c

%0
%82
%55
%19

Triadic Colors of #ce255c

#ce255c #5cce25 #255cce

Analogous Colors of #ce255c

#ce255c #ce4325 #ce25b1

Monochromatic Colors of #ce255c

#ce255c

Complementary Color

#ce255c #25ce97

#ce255c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce255c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce255c Color CSS Codes

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

#ce255c Text Font Color

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

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


#ce255c Background Color

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

This div background color is #ce255c


#ce255c Border Color

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

This div border color is #ce255c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce255c


Comments

No comments written yet.

Please login to write comment.