Color Hex Logo

#ce415c Color Hex

#CE415C
(206,65,92)
0 Favorites   0 Comments

Color spaces of #ce415c

RGB 2066592
HSL0.970.590.53
HSV349°68°81°
CMYK 0.000.680.55   0.19
XYZ29.275717.675111.9939
Yxy17.67510.49670.2999
Hunter Lab42.041850.725012.5147
CIE-Lab49.099657.068516.3677

#ce415c color RGB value is (206,65,92).

#ce415c hex color red value is 206, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce415c hue: 0.97 , saturation: 0.59 and the lightness value of ce415c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 01011100
Octal 316 101 134
Decimal 206 65 92
Hex CE 41 5C

RGB Percentages of Color #ce415c

%56.75
%17.91
%25.34

CMYK Percentages of Color #ce415c

%0
%68
%55
%19

Triadic Colors of #ce415c

#ce415c #5cce41 #415cce

Analogous Colors of #ce415c

#ce415c #ce6d41 #ce41a3

Monochromatic Colors of #ce415c

#ce415c

Complementary Color

#ce415c #41ceb3

#ce415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce415c Color CSS Codes

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

#ce415c Text Font Color

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

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


#ce415c Background Color

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

This div background color is #ce415c


#ce415c Border Color

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

This div border color is #ce415c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce415c


Comments

No comments written yet.

Please login to write comment.