Color Hex Logo

#ed63cb Color Hex

#ED63CB
(237,99,203)
0 Favorites   0 Comments

Color spaces of #ed63cb

RGB 23799203
HSL0.870.790.66
HSV315°58°93°
CMYK 0.000.580.14   0.07
XYZ50.166431.240059.8858
Yxy31.24000.35510.2211
Hunter Lab55.892862.3999-24.4008
CIE-Lab62.709764.8086-28.1580

#ed63cb color RGB value is (237,99,203).

#ed63cb hex color red value is 237, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ed63cb hue: 0.87 , saturation: 0.79 and the lightness value of ed63cb is 0.66.

The process color (four color CMYK) of #ed63cb color hex is 0.00, 0.58, 0.14, 0.07. Web safe color of #ed63cb is #ff66cc. Color #ed63cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 11001011
Octal 355 143 313
Decimal 237 99 203
Hex ED 63 CB

RGB Percentages of Color #ed63cb

%43.97
%18.37
%37.66

CMYK Percentages of Color #ed63cb

%0
%58
%14
%7

Triadic Colors of #ed63cb

#ed63cb #cbed63 #63cbed

Analogous Colors of #ed63cb

#ed63cb #ed6386 #ca63ed

Monochromatic Colors of #ed63cb

#ed63cb

Complementary Color

#ed63cb #63ed85

#ed63cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed63cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed63cb Color CSS Codes

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

#ed63cb Text Font Color

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

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


#ed63cb Background Color

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

This div background color is #ed63cb


#ed63cb Border Color

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

This div border color is #ed63cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,99,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 #ed63cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed63cb

#ed63cb Color Palettes


Comments

No comments written yet.

Please login to write comment.