Color Hex Logo

#ce407f Color Hex

#CE407F
(206,64,127)
0 Favorites   0 Comments

Color spaces of #ce407f

RGB 20664127
HSL0.930.590.53
HSV333°69°81°
CMYK 0.000.690.38   0.19
XYZ31.117818.320921.9749
Yxy18.32090.43570.2565
Hunter Lab42.802954.8647-0.4773
CIE-Lab49.883060.6306-3.7232

#ce407f color RGB value is (206,64,127).

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

The process color (four color CMYK) of #ce407f color hex is 0.00, 0.69, 0.38, 0.19. Web safe color of #ce407f is #cc3366. Color #ce407f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 01111111
Octal 316 100 177
Decimal 206 64 127
Hex CE 40 7F

RGB Percentages of Color #ce407f

%51.89
%16.12
%31.99

CMYK Percentages of Color #ce407f

%0
%69
%38
%19

Triadic Colors of #ce407f

#ce407f #7fce40 #407fce

Analogous Colors of #ce407f

#ce407f #ce4840 #ce40c6

Monochromatic Colors of #ce407f

#ce407f

Complementary Color

#ce407f #40ce8f

#ce407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce407f Color CSS Codes

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

#ce407f Text Font Color

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

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


#ce407f Background Color

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

This div background color is #ce407f


#ce407f Border Color

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

This div border color is #ce407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce407f


Comments

No comments written yet.

Please login to write comment.