Color Hex Logo

#e346cb Color Hex

#E346CB
(227,70,203)
0 Favorites   0 Comments

Color spaces of #e346cb

RGB 22770203
HSL0.860.740.58
HSV309°69°89°
CMYK 0.000.690.11   0.11
XYZ44.648225.023058.9766
Yxy25.02300.34710.1945
Hunter Lab50.023071.7806-34.8862
CIE-Lab57.097873.6029-37.0002

#e346cb color RGB value is (227,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 11001011
Octal 343 106 313
Decimal 227 70 203
Hex E3 46 CB

RGB Percentages of Color #e346cb

%45.40
%14.00
%40.60

CMYK Percentages of Color #e346cb

%0
%69
%11
%11

Triadic Colors of #e346cb

#e346cb #cbe346 #46cbe3

Analogous Colors of #e346cb

#e346cb #e3467d #ad46e3

Monochromatic Colors of #e346cb

#e346cb

Complementary Color

#e346cb #46e35e

#e346cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e346cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e346cb Color CSS Codes

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

#e346cb Text Font Color

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

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


#e346cb Background Color

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

This div background color is #e346cb


#e346cb Border Color

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

This div border color is #e346cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e346cb


Comments

No comments written yet.

Please login to write comment.