Color Hex Logo

#e630bd Color Hex

#E630BD
(230,48,189)
0 Favorites   0 Comments

Color spaces of #e630bd

RGB 23048189
HSL0.870.780.55
HSV314°79°90°
CMYK 0.000.790.18   0.10
XYZ42.875422.611050.2487
Yxy22.61100.37050.1954
Hunter Lab47.551077.7341-29.3679
CIE-Lab54.669478.8564-32.7119

#e630bd color RGB value is (230,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110000 10111101
Octal 346 60 275
Decimal 230 48 189
Hex E6 30 BD

RGB Percentages of Color #e630bd

%49.25
%10.28
%40.47

CMYK Percentages of Color #e630bd

%0
%79
%18
%10

Triadic Colors of #e630bd

#e630bd #bde630 #30bde6

Analogous Colors of #e630bd

#e630bd #e63062 #b430e6

Monochromatic Colors of #e630bd

#e630bd

Complementary Color

#e630bd #30e659

#e630bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e630bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e630bd Color CSS Codes

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

#e630bd Text Font Color

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

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


#e630bd Background Color

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

This div background color is #e630bd


#e630bd Border Color

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

This div border color is #e630bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e630bd


Comments

No comments written yet.

Please login to write comment.