Color Hex Logo

#ed33ce Color Hex

#ED33CE
(237,51,206)
0 Favorites   0 Comments

Color spaces of #ed33ce

RGB 23751206
HSL0.860.840.56
HSV310°78°93°
CMYK 0.000.780.13   0.07
XYZ47.249524.828460.6946
Yxy24.82840.35590.1870
Hunter Lab49.828182.0634-37.3403
CIE-Lab56.907881.8282-38.8956

#ed33ce color RGB value is (237,51,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 11001110
Octal 355 63 316
Decimal 237 51 206
Hex ED 33 CE

RGB Percentages of Color #ed33ce

%47.98
%10.32
%41.70

CMYK Percentages of Color #ed33ce

%0
%78
%13
%7

Triadic Colors of #ed33ce

#ed33ce #ceed33 #33ceed

Analogous Colors of #ed33ce

#ed33ce #ed3371 #af33ed

Monochromatic Colors of #ed33ce

#ed33ce

Complementary Color

#ed33ce #33ed52

#ed33ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed33ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed33ce Color CSS Codes

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

#ed33ce Text Font Color

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

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


#ed33ce Background Color

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

This div background color is #ed33ce


#ed33ce Border Color

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

This div border color is #ed33ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed33ce


Comments

No comments written yet.

Please login to write comment.