Color Hex Logo

#e198cb Color Hex

#E198CB
(225,152,203)
0 Favorites   0 Comments

Color spaces of #e198cb

RGB 225152203
HSL0.880.550.74
HSV318°32°88°
CMYK 0.000.320.10   0.12
XYZ53.059142.775861.9600
Yxy42.77580.33630.2711
Hunter Lab65.403230.3545-10.3864
CIE-Lab71.402534.9614-15.0408

#e198cb color RGB value is (225,152,203).

#e198cb hex color red value is 225, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e198cb hue: 0.88 , saturation: 0.55 and the lightness value of e198cb is 0.74.

The process color (four color CMYK) of #e198cb color hex is 0.00, 0.32, 0.10, 0.12. Web safe color of #e198cb is #cc99cc. Color #e198cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 11001011
Octal 341 230 313
Decimal 225 152 203
Hex E1 98 CB

RGB Percentages of Color #e198cb

%38.79
%26.21
%35.00

CMYK Percentages of Color #e198cb

%0
%32
%10
%12

Triadic Colors of #e198cb

#e198cb #cbe198 #98cbe1

Analogous Colors of #e198cb

#e198cb #e198a7 #d398e1

Monochromatic Colors of #e198cb

#e198cb

Complementary Color

#e198cb #98e1ae

#e198cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198cb Color CSS Codes

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

#e198cb Text Font Color

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

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


#e198cb Background Color

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

This div background color is #e198cb


#e198cb Border Color

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

This div border color is #e198cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198cb


Comments

No comments written yet.

Please login to write comment.