Color Hex Logo

#e635ec Color Hex

#E635EC
(230,53,236)
0 Favorites   0 Comments

Color spaces of #e635ec

RGB 23053236
HSL0.830.830.57
HSV298°78°93°
CMYK 0.030.780.00   0.07
XYZ49.046625.425381.6794
Yxy25.42530.31410.1628
Hunter Lab50.423585.3846-60.7455
CIE-Lab57.487584.2890-55.0222

#e635ec color RGB value is (230,53,236).

#e635ec hex color red value is 230, green value is 53 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e635ec hue: 0.83 , saturation: 0.83 and the lightness value of e635ec is 0.57.

The process color (four color CMYK) of #e635ec color hex is 0.03, 0.78, 0.00, 0.07. Web safe color of #e635ec is #ff33ff. Color #e635ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110101 11101100
Octal 346 65 354
Decimal 230 53 236
Hex E6 35 EC

RGB Percentages of Color #e635ec

%44.32
%10.21
%45.47

CMYK Percentages of Color #e635ec

%3
%78
%0
%7

Triadic Colors of #e635ec

#e635ec #ece635 #35ece6

Analogous Colors of #e635ec

#e635ec #ec3597 #8b35ec

Monochromatic Colors of #e635ec

#e635ec

Complementary Color

#e635ec #3bec35

#e635ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e635ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e635ec Color CSS Codes

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

#e635ec Text Font Color

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

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


#e635ec Background Color

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

This div background color is #e635ec


#e635ec Border Color

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

This div border color is #e635ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,53,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e635ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e635ec


Comments

No comments written yet.

Please login to write comment.