Color Hex Logo

#e361ca Color Hex

#E361CA
(227,97,202)
0 Favorites   0 Comments

Color spaces of #e361ca

RGB 22797202
HSL0.870.700.64
HSV312°57°89°
CMYK 0.000.570.11   0.11
XYZ46.613929.144559.0458
Yxy29.14450.34580.2162
Hunter Lab53.985659.6509-27.0574
CIE-Lab60.908962.7980-30.4930

#e361ca color RGB value is (227,97,202).

#e361ca hex color red value is 227, green value is 97 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e361ca hue: 0.87 , saturation: 0.70 and the lightness value of e361ca is 0.64.

The process color (four color CMYK) of #e361ca color hex is 0.00, 0.57, 0.11, 0.11. Web safe color of #e361ca is #cc66cc. Color #e361ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100001 11001010
Octal 343 141 312
Decimal 227 97 202
Hex E3 61 CA

RGB Percentages of Color #e361ca

%43.16
%18.44
%38.40

CMYK Percentages of Color #e361ca

%0
%57
%11
%11

Triadic Colors of #e361ca

#e361ca #cae361 #61cae3

Analogous Colors of #e361ca

#e361ca #e36189 #bb61e3

Monochromatic Colors of #e361ca

#e361ca

Complementary Color

#e361ca #61e37a

#e361ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e361ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e361ca Color CSS Codes

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

#e361ca Text Font Color

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

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


#e361ca Background Color

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

This div background color is #e361ca


#e361ca Border Color

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

This div border color is #e361ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e361ca


Comments

No comments written yet.

Please login to write comment.