Color Hex Logo

#ec2bdd Color Hex

#EC2BDD
(236,43,221)
0 Favorites   0 Comments

Color spaces of #ec2bdd

RGB 23643221
HSL0.850.840.55
HSV305°82°93°
CMYK 0.000.820.06   0.07
XYZ48.507124.781170.6332
Yxy24.78110.33700.1722
Hunter Lab49.780686.8174-49.2795
CIE-Lab56.861585.5112-47.5096

#ec2bdd color RGB value is (236,43,221).

#ec2bdd hex color red value is 236, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ec2bdd hue: 0.85 , saturation: 0.84 and the lightness value of ec2bdd is 0.55.

The process color (four color CMYK) of #ec2bdd color hex is 0.00, 0.82, 0.06, 0.07. Web safe color of #ec2bdd is #ff33cc. Color #ec2bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101011 11011101
Octal 354 53 335
Decimal 236 43 221
Hex EC 2B DD

RGB Percentages of Color #ec2bdd

%47.20
%8.60
%44.20

CMYK Percentages of Color #ec2bdd

%0
%82
%6
%7

Triadic Colors of #ec2bdd

#ec2bdd #ddec2b #2bddec

Analogous Colors of #ec2bdd

#ec2bdd #ec2b7d #9b2bec

Monochromatic Colors of #ec2bdd

#ec2bdd

Complementary Color

#ec2bdd #2bec3a

#ec2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec2bdd Color CSS Codes

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

#ec2bdd Text Font Color

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

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


#ec2bdd Background Color

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

This div background color is #ec2bdd


#ec2bdd Border Color

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

This div border color is #ec2bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,43,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec2bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec2bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #ec2bdd;
  box-shadow:         1px 1px 3px 2px #ec2bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,43,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec2bdd


Comments

No comments written yet.

Please login to write comment.