Color Hex Logo

#ec3ceb Color Hex

#EC3CEB
(236,60,235)
0 Favorites   0 Comments

Color spaces of #ec3ceb

RGB 23660235
HSL0.830.820.58
HSV300°75°93°
CMYK 0.000.750.00   0.07
XYZ51.203327.062781.1222
Yxy27.06270.32120.1698
Hunter Lab52.021884.6533-56.0408
CIE-Lab59.032383.4244-51.9445

#ec3ceb color RGB value is (236,60,235).

#ec3ceb hex color red value is 236, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ec3ceb hue: 0.83 , saturation: 0.82 and the lightness value of ec3ceb is 0.58.

The process color (four color CMYK) of #ec3ceb color hex is 0.00, 0.75, 0.00, 0.07. Web safe color of #ec3ceb is #ff33ff. Color #ec3ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111100 11101011
Octal 354 74 353
Decimal 236 60 235
Hex EC 3C EB

RGB Percentages of Color #ec3ceb

%44.44
%11.30
%44.26

CMYK Percentages of Color #ec3ceb

%0
%75
%0
%7

Triadic Colors of #ec3ceb

#ec3ceb #ebec3c #3cebec

Analogous Colors of #ec3ceb

#ec3ceb #ec3c93 #953cec

Monochromatic Colors of #ec3ceb

#ec3ceb

Complementary Color

#ec3ceb #3cec3d

#ec3ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3ceb Color CSS Codes

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

#ec3ceb Text Font Color

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

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


#ec3ceb Background Color

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

This div background color is #ec3ceb


#ec3ceb Border Color

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

This div border color is #ec3ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3ceb


Comments

No comments written yet.

Please login to write comment.