color codes Logo

#e14fdb color codes

#E14FDB
(225,79,219)
0 Favorites   0 Comments

Color spaces of #e14fdb

RGB 22579219
HSL0.840.710.60
HSV302°65°88°
CMYK 0.000.650.03   0.12
XYZ46.633526.714069.7163
Yxy26.71400.32600.1867
Hunter Lab51.685670.6025-43.7936
CIE-Lab58.708772.3372-43.5724

#e14fdb color RGB value is (225,79,219).

#e14fdb hex color red value is 225, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e14fdb hue: 0.84 , saturation: 0.71 and the lightness value of e14fdb is 0.60.

The process color (four color CMYK) of #e14fdb color code is 0.00, 0.65, 0.03, 0.12. Web safe color of #e14fdb is #cc66cc. Color #e14fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11011011
Octal 341 117 333
Decimal 225 79 219
Hex E1 4F DB

RGB Percentages of Color #e14fdb

%43.02
%15.11
%41.87

CMYK Percentages of Color #e14fdb

%0
%65
%3
%12

Triadic Colors of #e14fdb

#e14fdb #dbe14f #4fdbe1

Analogous Colors of #e14fdb

#e14fdb #e14f92 #9e4fe1

Monochromatic Colors of #e14fdb

#e14fdb

Complementary Color

#e14fdb #4fe155

#e14fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fdb Color CSS Codes

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

#e14fdb Text Font Color

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

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


#e14fdb Background Color

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

This div background color is #e14fdb


#e14fdb Border Color

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

This div border color is #e14fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fdb


Comments

No comments written yet.

Please login to write comment.