Color Hex Logo

#ce215d Color Hex

#CE215D
(206,33,93)
0 Favorites   0 Comments

Color spaces of #ce215d

RGB 2063393
HSL0.940.720.47
HSV339°84°81°
CMYK 0.000.840.55   0.19
XYZ27.973214.999811.7768
Yxy14.99980.51090.2740
Hunter Lab38.729661.14849.0819
CIE-Lab45.633966.923010.9743

#ce215d color RGB value is (206,33,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 01011101
Octal 316 41 135
Decimal 206 33 93
Hex CE 21 5D

RGB Percentages of Color #ce215d

%62.05
%9.94
%28.01

CMYK Percentages of Color #ce215d

%0
%84
%55
%19

Triadic Colors of #ce215d

#ce215d #5dce21 #215dce

Analogous Colors of #ce215d

#ce215d #ce3c21 #ce21b4

Monochromatic Colors of #ce215d

#ce215d

Complementary Color

#ce215d #21ce92

#ce215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce215d Color CSS Codes

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

#ce215d Text Font Color

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

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


#ce215d Background Color

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

This div background color is #ce215d


#ce215d Border Color

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

This div border color is #ce215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce215d


Comments

No comments written yet.

Please login to write comment.