Color Hex Logo

#e17bcc Color Hex

#E17BCC
(225,123,204)
0 Favorites   0 Comments

Color spaces of #e17bcc

RGB 225123204
HSL0.870.630.68
HSV312°45°88°
CMYK 0.000.450.09   0.12
XYZ49.033434.533161.2080
Yxy34.53310.33870.2385
Hunter Lab58.764946.1019-20.6196
CIE-Lab65.383550.2183-24.7452

#e17bcc color RGB value is (225,123,204).

#e17bcc hex color red value is 225, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e17bcc hue: 0.87 , saturation: 0.63 and the lightness value of e17bcc is 0.68.

The process color (four color CMYK) of #e17bcc color hex is 0.00, 0.45, 0.09, 0.12. Web safe color of #e17bcc is #cc66cc. Color #e17bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 11001100
Octal 341 173 314
Decimal 225 123 204
Hex E1 7B CC

RGB Percentages of Color #e17bcc

%40.76
%22.28
%36.96

CMYK Percentages of Color #e17bcc

%0
%45
%9
%12

Triadic Colors of #e17bcc

#e17bcc #cce17b #7bcce1

Analogous Colors of #e17bcc

#e17bcc #e17b99 #c37be1

Monochromatic Colors of #e17bcc

#e17bcc

Complementary Color

#e17bcc #7be190

#e17bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bcc Color CSS Codes

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

#e17bcc Text Font Color

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

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


#e17bcc Background Color

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

This div background color is #e17bcc


#e17bcc Border Color

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

This div border color is #e17bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,123,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e17bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e17bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #e17bcc;
  box-shadow:         1px 1px 3px 2px #e17bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,123,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bcc


Comments

No comments written yet.

Please login to write comment.