Color Hex Logo

#ec92db Color Hex

#EC92DB
(236,146,219)
0 Favorites   0 Comments

Color spaces of #ec92db

RGB 236146219
HSL0.860.700.75
HSV311°38°93°
CMYK 0.000.380.07   0.07
XYZ57.657143.505172.3763
Yxy43.50510.33220.2507
Hunter Lab65.958440.6074-18.8882
CIE-Lab71.896544.3968-22.9999

#ec92db color RGB value is (236,146,219).

#ec92db hex color red value is 236, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ec92db hue: 0.86 , saturation: 0.70 and the lightness value of ec92db is 0.75.

The process color (four color CMYK) of #ec92db color hex is 0.00, 0.38, 0.07, 0.07. Web safe color of #ec92db is #ff99cc. Color #ec92db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 11011011
Octal 354 222 333
Decimal 236 146 219
Hex EC 92 DB

RGB Percentages of Color #ec92db

%39.27
%24.29
%36.44

CMYK Percentages of Color #ec92db

%0
%38
%7
%7

Triadic Colors of #ec92db

#ec92db #dbec92 #92dbec

Analogous Colors of #ec92db

#ec92db #ec92ae #d092ec

Monochromatic Colors of #ec92db

#ec92db

Complementary Color

#ec92db #92eca3

#ec92db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec92db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec92db Color CSS Codes

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

#ec92db Text Font Color

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

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


#ec92db Background Color

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

This div background color is #ec92db


#ec92db Border Color

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

This div border color is #ec92db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec92db


Comments

No comments written yet.

Please login to write comment.