Color Hex Logo

#e65cbd Color Hex

#E65CBD
(230,92,189)
0 Favorites   0 Comments

Color spaces of #e65cbd

RGB 23092189
HSL0.880.730.63
HSV318°60°90°
CMYK 0.000.600.18   0.10
XYZ45.645628.151451.1721
Yxy28.15140.36530.2253
Hunter Lab53.057960.7119-20.0422
CIE-Lab60.025363.8575-24.4186

#e65cbd color RGB value is (230,92,189).

#e65cbd hex color red value is 230, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e65cbd hue: 0.88 , saturation: 0.73 and the lightness value of e65cbd is 0.63.

The process color (four color CMYK) of #e65cbd color hex is 0.00, 0.60, 0.18, 0.10. Web safe color of #e65cbd is #ff66cc. Color #e65cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011100 10111101
Octal 346 134 275
Decimal 230 92 189
Hex E6 5C BD

RGB Percentages of Color #e65cbd

%45.01
%18.00
%36.99

CMYK Percentages of Color #e65cbd

%0
%60
%18
%10

Triadic Colors of #e65cbd

#e65cbd #bde65c #5cbde6

Analogous Colors of #e65cbd

#e65cbd #e65c78 #ca5ce6

Monochromatic Colors of #e65cbd

#e65cbd

Complementary Color

#e65cbd #5ce685

#e65cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65cbd Color CSS Codes

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

#e65cbd Text Font Color

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

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


#e65cbd Background Color

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

This div background color is #e65cbd


#e65cbd Border Color

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

This div border color is #e65cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65cbd


Comments

No comments written yet.

Please login to write comment.