Color Hex Logo

#ce215b Color Hex

#CE215B
(206,33,91)
0 Favorites   0 Comments

Color spaces of #ce215b

RGB 2063391
HSL0.940.720.47
HSV340°84°81°
CMYK 0.000.840.56   0.19
XYZ27.885814.964911.3163
Yxy14.96490.51480.2763
Hunter Lab38.684560.97429.7352
CIE-Lab45.586166.782512.1504

#ce215b color RGB value is (206,33,91).

#ce215b hex color red value is 206, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ce215b hue: 0.94 , saturation: 0.72 and the lightness value of ce215b is 0.47.

The process color (four color CMYK) of #ce215b color hex is 0.00, 0.84, 0.56, 0.19. Web safe color of #ce215b is #cc3366. Color #ce215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 01011011
Octal 316 41 133
Decimal 206 33 91
Hex CE 21 5B

RGB Percentages of Color #ce215b

%62.42
%10.00
%27.58

CMYK Percentages of Color #ce215b

%0
%84
%56
%19

Triadic Colors of #ce215b

#ce215b #5bce21 #215bce

Analogous Colors of #ce215b

#ce215b #ce3e21 #ce21b2

Monochromatic Colors of #ce215b

#ce215b

Complementary Color

#ce215b #21ce94

#ce215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce215b Color CSS Codes

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

#ce215b Text Font Color

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

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


#ce215b Background Color

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

This div background color is #ce215b


#ce215b Border Color

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

This div border color is #ce215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce215b

#ce215b Color Palettes


Comments

No comments written yet.

Please login to write comment.