Color Hex Logo

#ed33bc Color Hex

#ED33BC
(237,51,188)
0 Favorites   0 Comments

Color spaces of #ed33bc

RGB 23751188
HSL0.880.840.56
HSV316°78°93°
CMYK 0.000.780.21   0.07
XYZ45.186024.003049.8284
Yxy24.00300.37970.2017
Hunter Lab48.992978.8926-26.0062
CIE-Lab56.090879.4979-29.8291

#ed33bc color RGB value is (237,51,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 10111100
Octal 355 63 274
Decimal 237 51 188
Hex ED 33 BC

RGB Percentages of Color #ed33bc

%49.79
%10.71
%39.50

CMYK Percentages of Color #ed33bc

%0
%78
%21
%7

Triadic Colors of #ed33bc

#ed33bc #bced33 #33bced

Analogous Colors of #ed33bc

#ed33bc #ed335f #c133ed

Monochromatic Colors of #ed33bc

#ed33bc

Complementary Color

#ed33bc #33ed64

#ed33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed33bc Color CSS Codes

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

#ed33bc Text Font Color

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

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


#ed33bc Background Color

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

This div background color is #ed33bc


#ed33bc Border Color

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

This div border color is #ed33bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed33bc


Comments

No comments written yet.

Please login to write comment.