Color Hex Logo

#ed33bb Color Hex

#ED33BB
(237,51,187)
0 Favorites   0 Comments

Color spaces of #ed33bb

RGB 23751187
HSL0.880.840.56
HSV316°78°93°
CMYK 0.000.780.21   0.07
XYZ45.078523.960049.2626
Yxy23.96000.38100.2025
Hunter Lab48.949078.7251-25.4056
CIE-Lab56.047779.3738-29.3177

#ed33bb color RGB value is (237,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 10111011
Octal 355 63 273
Decimal 237 51 187
Hex ED 33 BB

RGB Percentages of Color #ed33bb

%49.89
%10.74
%39.37

CMYK Percentages of Color #ed33bb

%0
%78
%21
%7

Triadic Colors of #ed33bb

#ed33bb #bbed33 #33bbed

Analogous Colors of #ed33bb

#ed33bb #ed335e #c233ed

Monochromatic Colors of #ed33bb

#ed33bb

Complementary Color

#ed33bb #33ed65

#ed33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed33bb Color CSS Codes

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

#ed33bb Text Font Color

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

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


#ed33bb Background Color

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

This div background color is #ed33bb


#ed33bb Border Color

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

This div border color is #ed33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed33bb


Comments

No comments written yet.

Please login to write comment.