Color Hex Logo

#e645bc Color Hex

#E645BC
(230,69,188)
0 Favorites   0 Comments

Color spaces of #e645bc

RGB 23069188
HSL0.880.760.59
HSV316°70°90°
CMYK 0.000.700.18   0.10
XYZ43.838324.710150.0359
Yxy24.71010.36970.2084
Hunter Lab49.709370.4269-24.8831
CIE-Lab56.791972.5572-28.8340

#e645bc color RGB value is (230,69,188).

#e645bc hex color red value is 230, green value is 69 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e645bc hue: 0.88 , saturation: 0.76 and the lightness value of e645bc is 0.59.

The process color (four color CMYK) of #e645bc color hex is 0.00, 0.70, 0.18, 0.10. Web safe color of #e645bc is #ff33cc. Color #e645bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000101 10111100
Octal 346 105 274
Decimal 230 69 188
Hex E6 45 BC

RGB Percentages of Color #e645bc

%47.23
%14.17
%38.60

CMYK Percentages of Color #e645bc

%0
%70
%18
%10

Triadic Colors of #e645bc

#e645bc #bce645 #45bce6

Analogous Colors of #e645bc

#e645bc #e6456c #c045e6

Monochromatic Colors of #e645bc

#e645bc

Complementary Color

#e645bc #45e66f

#e645bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e645bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e645bc Color CSS Codes

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

#e645bc Text Font Color

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

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


#e645bc Background Color

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

This div background color is #e645bc


#e645bc Border Color

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

This div border color is #e645bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e645bc


Comments

No comments written yet.

Please login to write comment.