Color Hex Logo

#e330cb Color Hex

#E330CB
(227,48,203)
0 Favorites   0 Comments

Color spaces of #e330cb

RGB 22748203
HSL0.860.760.54
HSV308°79°89°
CMYK 0.000.790.11   0.11
XYZ43.515022.756658.5989
Yxy22.75660.34850.1822
Hunter Lab47.703979.3441-39.4384
CIE-Lab54.820780.1014-40.5774

#e330cb color RGB value is (227,48,203).

#e330cb hex color red value is 227, green value is 48 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e330cb hue: 0.86 , saturation: 0.76 and the lightness value of e330cb is 0.54.

The process color (four color CMYK) of #e330cb color hex is 0.00, 0.79, 0.11, 0.11. Web safe color of #e330cb is #cc33cc. Color #e330cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 11001011
Octal 343 60 313
Decimal 227 48 203
Hex E3 30 CB

RGB Percentages of Color #e330cb

%47.49
%10.04
%42.47

CMYK Percentages of Color #e330cb

%0
%79
%11
%11

Triadic Colors of #e330cb

#e330cb #cbe330 #30cbe3

Analogous Colors of #e330cb

#e330cb #e33072 #a230e3

Monochromatic Colors of #e330cb

#e330cb

Complementary Color

#e330cb #30e348

#e330cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e330cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e330cb Color CSS Codes

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

#e330cb Text Font Color

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

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


#e330cb Background Color

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

This div background color is #e330cb


#e330cb Border Color

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

This div border color is #e330cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e330cb


Comments

No comments written yet.

Please login to write comment.