Color Hex Logo

#e967ca Color Hex

#E967CA
(233,103,202)
0 Favorites   0 Comments

Color spaces of #e967ca

RGB 233103202
HSL0.870.750.66
HSV314°56°91°
CMYK 0.000.560.13   0.09
XYZ49.115231.288459.3277
Yxy31.28840.35150.2239
Hunter Lab55.936058.8457-23.7298
CIE-Lab62.750361.7911-27.5773

#e967ca color RGB value is (233,103,202).

#e967ca hex color red value is 233, green value is 103 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e967ca hue: 0.87 , saturation: 0.75 and the lightness value of e967ca is 0.66.

The process color (four color CMYK) of #e967ca color hex is 0.00, 0.56, 0.13, 0.09. Web safe color of #e967ca is #ff66cc. Color #e967ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100111 11001010
Octal 351 147 312
Decimal 233 103 202
Hex E9 67 CA

RGB Percentages of Color #e967ca

%43.31
%19.14
%37.55

CMYK Percentages of Color #e967ca

%0
%56
%13
%9

Triadic Colors of #e967ca

#e967ca #cae967 #67cae9

Analogous Colors of #e967ca

#e967ca #e96789 #c767e9

Monochromatic Colors of #e967ca

#e967ca

Complementary Color

#e967ca #67e986

#e967ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e967ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e967ca Color CSS Codes

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

#e967ca Text Font Color

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

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


#e967ca Background Color

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

This div background color is #e967ca


#e967ca Border Color

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

This div border color is #e967ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e967ca


Comments

No comments written yet.

Please login to write comment.