Color Hex Logo

#ce415f Color Hex

#CE415F
(206,65,95)
0 Favorites   0 Comments

Color spaces of #ce415f

RGB 2066595
HSL0.960.590.53
HSV347°68°81°
CMYK 0.000.680.54   0.19
XYZ29.409517.728612.6984
Yxy17.72860.49150.2963
Hunter Lab42.105350.993311.5927
CIE-Lab49.165357.299314.6393

#ce415f color RGB value is (206,65,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 01011111
Octal 316 101 137
Decimal 206 65 95
Hex CE 41 5F

RGB Percentages of Color #ce415f

%56.28
%17.76
%25.96

CMYK Percentages of Color #ce415f

%0
%68
%54
%19

Triadic Colors of #ce415f

#ce415f #5fce41 #415fce

Analogous Colors of #ce415f

#ce415f #ce6a41 #ce41a6

Monochromatic Colors of #ce415f

#ce415f

Complementary Color

#ce415f #41ceb0

#ce415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce415f Color CSS Codes

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

#ce415f Text Font Color

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

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


#ce415f Background Color

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

This div background color is #ce415f


#ce415f Border Color

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

This div border color is #ce415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce415f


Comments

No comments written yet.

Please login to write comment.