Color Hex Logo

#e621ca Color Hex

#E621CA
(230,33,202)
0 Favorites   0 Comments

Color spaces of #e621ca

RGB 23033202
HSL0.860.800.52
HSV309°86°90°
CMYK 0.000.860.12   0.10
XYZ43.837722.175057.8468
Yxy22.17500.35390.1790
Hunter Lab47.090383.7625-39.8699
CIE-Lab54.212283.6747-40.9276

#e621ca color RGB value is (230,33,202).

#e621ca hex color red value is 230, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e621ca hue: 0.86 , saturation: 0.80 and the lightness value of e621ca is 0.52.

The process color (four color CMYK) of #e621ca color hex is 0.00, 0.86, 0.12, 0.10. Web safe color of #e621ca is #ff33cc. Color #e621ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100001 11001010
Octal 346 41 312
Decimal 230 33 202
Hex E6 21 CA

RGB Percentages of Color #e621ca

%49.46
%7.10
%43.44

CMYK Percentages of Color #e621ca

%0
%86
%12
%10

Triadic Colors of #e621ca

#e621ca #cae621 #21cae6

Analogous Colors of #e621ca

#e621ca #e62168 #a021e6

Monochromatic Colors of #e621ca

#e621ca

Complementary Color

#e621ca #21e63d

#e621ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e621ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e621ca Color CSS Codes

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

#e621ca Text Font Color

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

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


#e621ca Background Color

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

This div background color is #e621ca


#e621ca Border Color

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

This div border color is #e621ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e621ca


Comments

No comments written yet.

Please login to write comment.