Color Hex Logo

#e954ca Color Hex

#E954CA
(233,84,202)
0 Favorites   0 Comments

Color spaces of #e954ca

RGB 23384202
HSL0.870.770.62
HSV312°64°91°
CMYK 0.000.640.13   0.09
XYZ47.435327.928658.7677
Yxy27.92860.35360.2082
Hunter Lab52.847567.7363-28.9386
CIE-Lab59.824269.7762-32.1068

#e954ca color RGB value is (233,84,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 11001010
Octal 351 124 312
Decimal 233 84 202
Hex E9 54 CA

RGB Percentages of Color #e954ca

%44.89
%16.18
%38.92

CMYK Percentages of Color #e954ca

%0
%64
%13
%9

Triadic Colors of #e954ca

#e954ca #cae954 #54cae9

Analogous Colors of #e954ca

#e954ca #e95480 #be54e9

Monochromatic Colors of #e954ca

#e954ca

Complementary Color

#e954ca #54e973

#e954ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e954ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e954ca Color CSS Codes

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

#e954ca Text Font Color

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

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


#e954ca Background Color

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

This div background color is #e954ca


#e954ca Border Color

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

This div border color is #e954ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,84,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 #e954ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e954ca


Comments

No comments written yet.

Please login to write comment.