Color Hex Logo

#e632ca Color Hex

#E632CA
(230,50,202)
0 Favorites   0 Comments

Color spaces of #e632ca

RGB 23050202
HSL0.860.780.55
HSV309°78°90°
CMYK 0.000.780.12   0.10
XYZ44.434423.368558.0457
Yxy23.36850.35310.1857
Hunter Lab48.341079.4782-37.3541
CIE-Lab55.449980.0846-38.9791

#e632ca color RGB value is (230,50,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 11001010
Octal 346 62 312
Decimal 230 50 202
Hex E6 32 CA

RGB Percentages of Color #e632ca

%47.72
%10.37
%41.91

CMYK Percentages of Color #e632ca

%0
%78
%12
%10

Triadic Colors of #e632ca

#e632ca #cae632 #32cae6

Analogous Colors of #e632ca

#e632ca #e63270 #a832e6

Monochromatic Colors of #e632ca

#e632ca

Complementary Color

#e632ca #32e64e

#e632ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632ca Color CSS Codes

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

#e632ca Text Font Color

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

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


#e632ca Background Color

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

This div background color is #e632ca


#e632ca Border Color

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

This div border color is #e632ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632ca


Comments

No comments written yet.

Please login to write comment.