Color Hex Logo

#ce254b Color Hex

#CE254B
(206,37,75)
0 Favorites   0 Comments

Color spaces of #ce254b

RGB 2063775
HSL0.960.700.48
HSV347°82°81°
CMYK 0.000.820.64   0.19
XYZ27.385214.95298.0995
Yxy14.95290.54300.2965
Hunter Lab38.669058.742214.6496
CIE-Lab45.569664.853322.0416

#ce254b color RGB value is (206,37,75).

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

The process color (four color CMYK) of #ce254b color hex is 0.00, 0.82, 0.64, 0.19. Web safe color of #ce254b is #cc3333. Color #ce254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 01001011
Octal 316 45 113
Decimal 206 37 75
Hex CE 25 4B

RGB Percentages of Color #ce254b

%64.78
%11.64
%23.58

CMYK Percentages of Color #ce254b

%0
%82
%64
%19

Triadic Colors of #ce254b

#ce254b #4bce25 #254bce

Analogous Colors of #ce254b

#ce254b #ce5425 #ce25a0

Monochromatic Colors of #ce254b

#ce254b

Complementary Color

#ce254b #25cea8

#ce254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce254b Color CSS Codes

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

#ce254b Text Font Color

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

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


#ce254b Background Color

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

This div background color is #ce254b


#ce254b Border Color

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

This div border color is #ce254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce254b


Comments

No comments written yet.

Please login to write comment.