Color Hex Logo

#ed35bc Color Hex

#ED35BC
(237,53,188)
0 Favorites   0 Comments

Color spaces of #ed35bc

RGB 23753188
HSL0.880.840.57
HSV316°78°93°
CMYK 0.000.780.21   0.07
XYZ45.275324.181649.8582
Yxy24.18160.37950.2027
Hunter Lab49.174878.2893-25.6916
CIE-Lab56.269278.9860-29.5523

#ed35bc color RGB value is (237,53,188).

#ed35bc hex color red value is 237, green value is 53 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed35bc hue: 0.88 , saturation: 0.84 and the lightness value of ed35bc is 0.57.

The process color (four color CMYK) of #ed35bc color hex is 0.00, 0.78, 0.21, 0.07. Web safe color of #ed35bc is #ff33cc. Color #ed35bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 10111100
Octal 355 65 274
Decimal 237 53 188
Hex ED 35 BC

RGB Percentages of Color #ed35bc

%49.58
%11.09
%39.33

CMYK Percentages of Color #ed35bc

%0
%78
%21
%7

Triadic Colors of #ed35bc

#ed35bc #bced35 #35bced

Analogous Colors of #ed35bc

#ed35bc #ed3560 #c235ed

Monochromatic Colors of #ed35bc

#ed35bc

Complementary Color

#ed35bc #35ed66

#ed35bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed35bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed35bc Color CSS Codes

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

#ed35bc Text Font Color

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

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


#ed35bc Background Color

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

This div background color is #ed35bc


#ed35bc Border Color

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

This div border color is #ed35bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed35bc


Comments

No comments written yet.

Please login to write comment.