Color Hex Logo

#e650bc Color Hex

#E650BC
(230,80,188)
0 Favorites   0 Comments

Color spaces of #e650bc

RGB 23080188
HSL0.880.750.61
HSV317°65°90°
CMYK 0.000.650.18   0.10
XYZ44.578926.191250.2828
Yxy26.19120.36830.2164
Hunter Lab51.177365.9251-22.4295
CIE-Lab58.218168.5729-26.6284

#e650bc color RGB value is (230,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010000 10111100
Octal 346 120 274
Decimal 230 80 188
Hex E6 50 BC

RGB Percentages of Color #e650bc

%46.18
%16.06
%37.75

CMYK Percentages of Color #e650bc

%0
%65
%18
%10

Triadic Colors of #e650bc

#e650bc #bce650 #50bce6

Analogous Colors of #e650bc

#e650bc #e65071 #c550e6

Monochromatic Colors of #e650bc

#e650bc

Complementary Color

#e650bc #50e67a

#e650bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e650bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e650bc Color CSS Codes

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

#e650bc Text Font Color

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

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


#e650bc Background Color

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

This div background color is #e650bc


#e650bc Border Color

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

This div border color is #e650bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,80,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 #e650bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e650bc


Comments

No comments written yet.

Please login to write comment.