Color Hex Logo

#ed6cbc Color Hex

#ED6CBC
(237,108,188)
0 Favorites   0 Comments

Color spaces of #ed6cbc

RGB 237108188
HSL0.900.780.68
HSV323°54°93°
CMYK 0.000.540.21   0.07
XYZ49.364732.360551.2213
Yxy32.36050.37130.2434
Hunter Lab56.886355.3475-13.5652
CIE-Lab63.639758.6359-18.2366

#ed6cbc color RGB value is (237,108,188).

#ed6cbc hex color red value is 237, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed6cbc hue: 0.90 , saturation: 0.78 and the lightness value of ed6cbc is 0.68.

The process color (four color CMYK) of #ed6cbc color hex is 0.00, 0.54, 0.21, 0.07. Web safe color of #ed6cbc is #ff66cc. Color #ed6cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101100 10111100
Octal 355 154 274
Decimal 237 108 188
Hex ED 6C BC

RGB Percentages of Color #ed6cbc

%44.47
%20.26
%35.27

CMYK Percentages of Color #ed6cbc

%0
%54
%21
%7

Triadic Colors of #ed6cbc

#ed6cbc #bced6c #6cbced

Analogous Colors of #ed6cbc

#ed6cbc #ed6c7c #de6ced

Monochromatic Colors of #ed6cbc

#ed6cbc

Complementary Color

#ed6cbc #6ced9d

#ed6cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6cbc Color CSS Codes

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

#ed6cbc Text Font Color

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

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


#ed6cbc Background Color

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

This div background color is #ed6cbc


#ed6cbc Border Color

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

This div border color is #ed6cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6cbc


Comments

No comments written yet.

Please login to write comment.