Color Hex Logo

#ce419f Color Hex

#CE419F
(206,65,159)
0 Favorites   0 Comments

Color spaces of #ce419f

RGB 20665159
HSL0.890.590.53
HSV320°68°81°
CMYK 0.000.680.23   0.19
XYZ33.601919.405634.7755
Yxy19.40560.38280.2211
Hunter Lab44.051859.0659-15.9686
CIE-Lab51.158464.0695-20.9199

#ce419f color RGB value is (206,65,159).

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

The process color (four color CMYK) of #ce419f color hex is 0.00, 0.68, 0.23, 0.19. Web safe color of #ce419f is #cc3399. Color #ce419f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 10011111
Octal 316 101 237
Decimal 206 65 159
Hex CE 41 9F

RGB Percentages of Color #ce419f

%47.91
%15.12
%36.98

CMYK Percentages of Color #ce419f

%0
%68
%23
%19

Triadic Colors of #ce419f

#ce419f #9fce41 #419fce

Analogous Colors of #ce419f

#ce419f #ce4159 #b741ce

Monochromatic Colors of #ce419f

#ce419f

Complementary Color

#ce419f #41ce70

#ce419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce419f Color CSS Codes

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

#ce419f Text Font Color

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

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


#ce419f Background Color

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

This div background color is #ce419f


#ce419f Border Color

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

This div border color is #ce419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce419f


Comments

No comments written yet.

Please login to write comment.