Color Hex Logo

#ce148f Color Hex

#CE148F
(206,20,143)
0 Favorites   0 Comments

Color spaces of #ce148f

RGB 20620143
HSL0.890.820.44
HSV320°90°81°
CMYK 0.000.900.31   0.19
XYZ30.661715.605327.3827
Yxy15.60530.41630.2119
Hunter Lab39.503569.4162-13.4456
CIE-Lab46.452373.7261-18.5650

#ce148f color RGB value is (206,20,143).

#ce148f hex color red value is 206, green value is 20 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ce148f hue: 0.89 , saturation: 0.82 and the lightness value of ce148f is 0.44.

The process color (four color CMYK) of #ce148f color hex is 0.00, 0.90, 0.31, 0.19. Web safe color of #ce148f is #cc0099. Color #ce148f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 10001111
Octal 316 24 217
Decimal 206 20 143
Hex CE 14 8F

RGB Percentages of Color #ce148f

%55.83
%5.42
%38.75

CMYK Percentages of Color #ce148f

%0
%90
%31
%19

Triadic Colors of #ce148f

#ce148f #8fce14 #148fce

Analogous Colors of #ce148f

#ce148f #ce1432 #b014ce

Monochromatic Colors of #ce148f

#ce148f

Complementary Color

#ce148f #14ce53

#ce148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce148f Color CSS Codes

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

#ce148f Text Font Color

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

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


#ce148f Background Color

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

This div background color is #ce148f


#ce148f Border Color

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

This div border color is #ce148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce148f


Comments

No comments written yet.

Please login to write comment.