Color Hex Logo

#ec2385 Color Hex

#EC2385
(236,35,133)
0 Favorites   0 Comments

Color spaces of #ec2385

RGB 23635133
HSL0.920.840.53
HSV331°85°93°
CMYK 0.000.850.44   0.07
XYZ39.426720.728424.1133
Yxy20.72840.46790.2460
Hunter Lab45.528574.90250.4681
CIE-Lab52.651076.9864-2.6391

#ec2385 color RGB value is (236,35,133).

#ec2385 hex color red value is 236, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ec2385 hue: 0.92 , saturation: 0.84 and the lightness value of ec2385 is 0.53.

The process color (four color CMYK) of #ec2385 color hex is 0.00, 0.85, 0.44, 0.07. Web safe color of #ec2385 is #ff3399. Color #ec2385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100011 10000101
Octal 354 43 205
Decimal 236 35 133
Hex EC 23 85

RGB Percentages of Color #ec2385

%58.42
%8.66
%32.92

CMYK Percentages of Color #ec2385

%0
%85
%44
%7

Triadic Colors of #ec2385

#ec2385 #85ec23 #2385ec

Analogous Colors of #ec2385

#ec2385 #ec2623 #ec23ea

Monochromatic Colors of #ec2385

#ec2385

Complementary Color

#ec2385 #23ec8a

#ec2385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec2385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec2385 Color CSS Codes

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

#ec2385 Text Font Color

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

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


#ec2385 Background Color

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

This div background color is #ec2385


#ec2385 Border Color

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

This div border color is #ec2385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec2385


Comments

No comments written yet.

Please login to write comment.