Color Hex Logo

#ed23bc Color Hex

#ED23BC
(237,35,188)
0 Favorites   0 Comments

Color spaces of #ed23bc

RGB 23735188
HSL0.870.850.53
HSV315°85°93°
CMYK 0.000.850.21   0.07
XYZ44.603222.837449.6342
Yxy22.83740.38100.1951
Hunter Lab47.788582.9724-28.1280
CIE-Lab54.904582.9264-31.6740

#ed23bc color RGB value is (237,35,188).

#ed23bc hex color red value is 237, green value is 35 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed23bc hue: 0.87 , saturation: 0.85 and the lightness value of ed23bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 10111100
Octal 355 43 274
Decimal 237 35 188
Hex ED 23 BC

RGB Percentages of Color #ed23bc

%51.52
%7.61
%40.87

CMYK Percentages of Color #ed23bc

%0
%85
%21
%7

Triadic Colors of #ed23bc

#ed23bc #bced23 #23bced

Analogous Colors of #ed23bc

#ed23bc #ed2357 #b923ed

Monochromatic Colors of #ed23bc

#ed23bc

Complementary Color

#ed23bc #23ed54

#ed23bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed23bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed23bc Color CSS Codes

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

#ed23bc Text Font Color

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

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


#ed23bc Background Color

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

This div background color is #ed23bc


#ed23bc Border Color

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

This div border color is #ed23bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed23bc


Comments

No comments written yet.

Please login to write comment.