Color Hex Logo

#ed14cb Color Hex

#ED14CB
(237,20,203)
0 Favorites   0 Comments

Color spaces of #ed14cb

RGB 23720203
HSL0.860.860.50
HSV309°92°93°
CMYK 0.000.920.14   0.07
XYZ45.954722.816658.4819
Yxy22.81660.36110.1793
Hunter Lab47.766788.1369-39.1534
CIE-Lab54.882986.9046-40.3618

#ed14cb color RGB value is (237,20,203).

#ed14cb hex color red value is 237, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ed14cb hue: 0.86 , saturation: 0.86 and the lightness value of ed14cb is 0.50.

The process color (four color CMYK) of #ed14cb color hex is 0.00, 0.92, 0.14, 0.07. Web safe color of #ed14cb is #ff00cc. Color #ed14cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 11001011
Octal 355 24 313
Decimal 237 20 203
Hex ED 14 CB

RGB Percentages of Color #ed14cb

%51.52
%4.35
%44.13

CMYK Percentages of Color #ed14cb

%0
%92
%14
%7

Triadic Colors of #ed14cb

#ed14cb #cbed14 #14cbed

Analogous Colors of #ed14cb

#ed14cb #ed145f #a314ed

Monochromatic Colors of #ed14cb

#ed14cb

Complementary Color

#ed14cb #14ed36

#ed14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed14cb Color CSS Codes

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

#ed14cb Text Font Color

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

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


#ed14cb Background Color

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

This div background color is #ed14cb


#ed14cb Border Color

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

This div border color is #ed14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed14cb


Comments

No comments written yet.

Please login to write comment.