Color Hex Logo

#ec67b2 Color Hex

#EC67B2
(236,103,178)
0 Favorites   0 Comments

Color spaces of #ec67b2

RGB 236103178
HSL0.910.780.66
HSV326°56°93°
CMYK 0.000.560.25   0.07
XYZ47.478230.747745.5520
Yxy30.74770.38360.2484
Hunter Lab55.450655.7976-9.8906
CIE-Lab62.294159.2497-14.5922

#ec67b2 color RGB value is (236,103,178).

#ec67b2 hex color red value is 236, green value is 103 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ec67b2 hue: 0.91 , saturation: 0.78 and the lightness value of ec67b2 is 0.66.

The process color (four color CMYK) of #ec67b2 color hex is 0.00, 0.56, 0.25, 0.07. Web safe color of #ec67b2 is #ff6699. Color #ec67b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100111 10110010
Octal 354 147 262
Decimal 236 103 178
Hex EC 67 B2

RGB Percentages of Color #ec67b2

%45.65
%19.92
%34.43

CMYK Percentages of Color #ec67b2

%0
%56
%25
%7

Triadic Colors of #ec67b2

#ec67b2 #b2ec67 #67b2ec

Analogous Colors of #ec67b2

#ec67b2 #ec6770 #e467ec

Monochromatic Colors of #ec67b2

#ec67b2

Complementary Color

#ec67b2 #67eca1

#ec67b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec67b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec67b2 Color CSS Codes

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

#ec67b2 Text Font Color

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

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


#ec67b2 Background Color

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

This div background color is #ec67b2


#ec67b2 Border Color

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

This div border color is #ec67b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec67b2


Comments

No comments written yet.

Please login to write comment.