Color Hex Logo

#ce215e Color Hex

#CE215E
(206,33,94)
0 Favorites   0 Comments

Color spaces of #ce215e

RGB 2063394
HSL0.940.720.47
HSV339°84°81°
CMYK 0.000.840.54   0.19
XYZ28.017815.017712.0117
Yxy15.01770.50900.2728
Hunter Lab38.752761.23658.7495
CIE-Lab45.658466.994010.3871

#ce215e color RGB value is (206,33,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 01011110
Octal 316 41 136
Decimal 206 33 94
Hex CE 21 5E

RGB Percentages of Color #ce215e

%61.86
%9.91
%28.23

CMYK Percentages of Color #ce215e

%0
%84
%54
%19

Triadic Colors of #ce215e

#ce215e #5ece21 #215ece

Analogous Colors of #ce215e

#ce215e #ce3b21 #ce21b5

Monochromatic Colors of #ce215e

#ce215e

Complementary Color

#ce215e #21ce91

#ce215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce215e Color CSS Codes

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

#ce215e Text Font Color

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

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


#ce215e Background Color

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

This div background color is #ce215e


#ce215e Border Color

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

This div border color is #ce215e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,33,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 #ce215e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce215e


Comments

No comments written yet.

Please login to write comment.