Color Hex Logo

#ea65cb Color Hex

#EA65CB
(234,101,203)
0 Favorites   0 Comments

Color spaces of #ea65cb

RGB 234101203
HSL0.870.760.66
HSV314°57°92°
CMYK 0.000.570.13   0.08
XYZ49.364931.111659.9032
Yxy31.11160.35170.2216
Hunter Lab55.777860.3664-24.6308
CIE-Lab62.601763.1105-28.3600

#ea65cb color RGB value is (234,101,203).

#ea65cb hex color red value is 234, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ea65cb hue: 0.87 , saturation: 0.76 and the lightness value of ea65cb is 0.66.

The process color (four color CMYK) of #ea65cb color hex is 0.00, 0.57, 0.13, 0.08. Web safe color of #ea65cb is #ff66cc. Color #ea65cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 11001011
Octal 352 145 313
Decimal 234 101 203
Hex EA 65 CB

RGB Percentages of Color #ea65cb

%43.49
%18.77
%37.73

CMYK Percentages of Color #ea65cb

%0
%57
%13
%8

Triadic Colors of #ea65cb

#ea65cb #cbea65 #65cbea

Analogous Colors of #ea65cb

#ea65cb #ea6589 #c765ea

Monochromatic Colors of #ea65cb

#ea65cb

Complementary Color

#ea65cb #65ea84

#ea65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea65cb Color CSS Codes

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

#ea65cb Text Font Color

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

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


#ea65cb Background Color

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

This div background color is #ea65cb


#ea65cb Border Color

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

This div border color is #ea65cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,101,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea65cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea65cb;
  -webkit-box-shadow: 1px 1px 3px 2px #ea65cb;
  box-shadow:         1px 1px 3px 2px #ea65cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,101,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea65cb


Comments

No comments written yet.

Please login to write comment.