Color Hex Logo

#e923ca Color Hex

#E923CA
(233,35,202)
0 Favorites   0 Comments

Color spaces of #e923ca

RGB 23335202
HSL0.860.820.53
HSV309°85°91°
CMYK 0.000.850.13   0.09
XYZ44.866022.790057.9113
Yxy22.79000.35730.1815
Hunter Lab47.738984.2150-38.5066
CIE-Lab54.855483.8996-39.8789

#e923ca color RGB value is (233,35,202).

#e923ca hex color red value is 233, green value is 35 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e923ca hue: 0.86 , saturation: 0.82 and the lightness value of e923ca is 0.53.

The process color (four color CMYK) of #e923ca color hex is 0.00, 0.85, 0.13, 0.09. Web safe color of #e923ca is #ff33cc. Color #e923ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100011 11001010
Octal 351 43 312
Decimal 233 35 202
Hex E9 23 CA

RGB Percentages of Color #e923ca

%49.57
%7.45
%42.98

CMYK Percentages of Color #e923ca

%0
%85
%13
%9

Triadic Colors of #e923ca

#e923ca #cae923 #23cae9

Analogous Colors of #e923ca

#e923ca #e92367 #a523e9

Monochromatic Colors of #e923ca

#e923ca

Complementary Color

#e923ca #23e942

#e923ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e923ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e923ca Color CSS Codes

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

#e923ca Text Font Color

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

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


#e923ca Background Color

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

This div background color is #e923ca


#e923ca Border Color

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

This div border color is #e923ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e923ca


Comments

No comments written yet.

Please login to write comment.