Color Hex Logo

#cf6adb Color Hex

#CF6ADB
(207,106,219)
0 Favorites   0 Comments

Color spaces of #cf6adb

RGB 207106219
HSL0.820.610.64
HSV294°52°86°
CMYK 0.050.520.00   0.14
XYZ43.672328.687970.2534
Yxy28.68790.30620.2012
Hunter Lab53.561151.8123-40.2750
CIE-Lab60.505256.0632-40.9165

#cf6adb color RGB value is (207,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101010 11011011
Octal 317 152 333
Decimal 207 106 219
Hex CF 6A DB

RGB Percentages of Color #cf6adb

%38.91
%19.92
%41.17

CMYK Percentages of Color #cf6adb

%5
%52
%0
%14

Triadic Colors of #cf6adb

#cf6adb #dbcf6a #6adbcf

Analogous Colors of #cf6adb

#cf6adb #db6aaf #976adb

Monochromatic Colors of #cf6adb

#cf6adb

Complementary Color

#cf6adb #76db6a

#cf6adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6adb Color CSS Codes

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

#cf6adb Text Font Color

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

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


#cf6adb Background Color

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

This div background color is #cf6adb


#cf6adb Border Color

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

This div border color is #cf6adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6adb


Comments

No comments written yet.

Please login to write comment.