Color Hex Logo

#cf8adb Color Hex

#CF8ADB
(207,138,219)
0 Favorites   0 Comments

Color spaces of #cf8adb

RGB 207138219
HSL0.810.530.70
HSV291°37°86°
CMYK 0.050.370.00   0.14
XYZ47.606836.556871.5649
Yxy36.55680.30570.2347
Hunter Lab60.462234.7386-27.8539
CIE-Lab66.943239.5683-30.8853

#cf8adb color RGB value is (207,138,219).

#cf8adb hex color red value is 207, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf8adb hue: 0.81 , saturation: 0.53 and the lightness value of cf8adb is 0.70.

The process color (four color CMYK) of #cf8adb color hex is 0.05, 0.37, 0.00, 0.14. Web safe color of #cf8adb is #cc99cc. Color #cf8adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001010 11011011
Octal 317 212 333
Decimal 207 138 219
Hex CF 8A DB

RGB Percentages of Color #cf8adb

%36.70
%24.47
%38.83

CMYK Percentages of Color #cf8adb

%5
%37
%0
%14

Triadic Colors of #cf8adb

#cf8adb #dbcf8a #8adbcf

Analogous Colors of #cf8adb

#cf8adb #db8abf #a78adb

Monochromatic Colors of #cf8adb

#cf8adb

Complementary Color

#cf8adb #96db8a

#cf8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8adb Color CSS Codes

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

#cf8adb Text Font Color

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

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


#cf8adb Background Color

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

This div background color is #cf8adb


#cf8adb Border Color

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

This div border color is #cf8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8adb


Comments

No comments written yet.

Please login to write comment.