Color Hex Logo

#e635cd Color Hex

#E635CD
(230,53,205)
0 Favorites   0 Comments

Color spaces of #e635cd

RGB 23053205
HSL0.860.780.55
HSV308°77°90°
CMYK 0.000.770.11   0.10
XYZ44.925723.777059.9792
Yxy23.77700.34910.1848
Hunter Lab48.761779.1249-38.7964
CIE-Lab55.863879.7254-40.0464

#e635cd color RGB value is (230,53,205).

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

The process color (four color CMYK) of #e635cd color hex is 0.00, 0.77, 0.11, 0.10. Web safe color of #e635cd is #ff33cc. Color #e635cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110101 11001101
Octal 346 65 315
Decimal 230 53 205
Hex E6 35 CD

RGB Percentages of Color #e635cd

%47.13
%10.86
%42.01

CMYK Percentages of Color #e635cd

%0
%77
%11
%10

Triadic Colors of #e635cd

#e635cd #cde635 #35cde6

Analogous Colors of #e635cd

#e635cd #e63575 #a735e6

Monochromatic Colors of #e635cd

#e635cd

Complementary Color

#e635cd #35e64e

#e635cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e635cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e635cd Color CSS Codes

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

#e635cd Text Font Color

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

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


#e635cd Background Color

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

This div background color is #e635cd


#e635cd Border Color

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

This div border color is #e635cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e635cd


Comments

No comments written yet.

Please login to write comment.