Color Hex Logo

#cf5dbe Color Hex

#CF5DBE
(207,93,190)
0 Favorites   0 Comments

Color spaces of #cf5dbe

RGB 20793190
HSL0.860.540.59
HSV309°55°81°
CMYK 0.000.550.08   0.19
XYZ38.940724.811851.4520
Yxy24.81180.33800.2154
Hunter Lab49.811452.3745-26.3747
CIE-Lab56.891657.1693-30.1045

#cf5dbe color RGB value is (207,93,190).

#cf5dbe hex color red value is 207, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cf5dbe hue: 0.86 , saturation: 0.54 and the lightness value of cf5dbe is 0.59.

The process color (four color CMYK) of #cf5dbe color hex is 0.00, 0.55, 0.08, 0.19. Web safe color of #cf5dbe is #cc66cc. Color #cf5dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011101 10111110
Octal 317 135 276
Decimal 207 93 190
Hex CF 5D BE

RGB Percentages of Color #cf5dbe

%42.24
%18.98
%38.78

CMYK Percentages of Color #cf5dbe

%0
%55
%8
%19

Triadic Colors of #cf5dbe

#cf5dbe #becf5d #5dbecf

Analogous Colors of #cf5dbe

#cf5dbe #cf5d85 #a75dcf

Monochromatic Colors of #cf5dbe

#cf5dbe

Complementary Color

#cf5dbe #5dcf6e

#cf5dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5dbe Color CSS Codes

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

#cf5dbe Text Font Color

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

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


#cf5dbe Background Color

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

This div background color is #cf5dbe


#cf5dbe Border Color

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

This div border color is #cf5dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,93,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5dbe


Comments

No comments written yet.

Please login to write comment.