Color Hex Logo

#cf5edb Color Hex

#CF5EDB
(207,94,219)
0 Favorites   0 Comments

Color spaces of #cf5edb

RGB 20794219
HSL0.820.630.61
HSV294°57°86°
CMYK 0.050.570.00   0.14
XYZ42.521026.385369.8696
Yxy26.38530.30640.1901
Hunter Lab51.366657.8697-44.6905
CIE-Lab58.401061.7124-44.2292

#cf5edb color RGB value is (207,94,219).

#cf5edb hex color red value is 207, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf5edb hue: 0.82 , saturation: 0.63 and the lightness value of cf5edb is 0.61.

The process color (four color CMYK) of #cf5edb color hex is 0.05, 0.57, 0.00, 0.14. Web safe color of #cf5edb is #cc66cc. Color #cf5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011110 11011011
Octal 317 136 333
Decimal 207 94 219
Hex CF 5E DB

RGB Percentages of Color #cf5edb

%39.81
%18.08
%42.12

CMYK Percentages of Color #cf5edb

%5
%57
%0
%14

Triadic Colors of #cf5edb

#cf5edb #dbcf5e #5edbcf

Analogous Colors of #cf5edb

#cf5edb #db5ea9 #915edb

Monochromatic Colors of #cf5edb

#cf5edb

Complementary Color

#cf5edb #6adb5e

#cf5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5edb Color CSS Codes

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

#cf5edb Text Font Color

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

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


#cf5edb Background Color

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

This div background color is #cf5edb


#cf5edb Border Color

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

This div border color is #cf5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5edb


Comments

No comments written yet.

Please login to write comment.