Color Hex Logo

#cf4adb Color Hex

#CF4ADB
(207,74,219)
0 Favorites   0 Comments

Color spaces of #cf4adb

RGB 20774219
HSL0.820.670.57
HSV295°66°86°
CMYK 0.050.660.00   0.14
XYZ40.967123.277469.3516
Yxy23.27740.30660.1742
Hunter Lab48.246767.1359-51.4531
CIE-Lab55.356970.1171-49.0502

#cf4adb color RGB value is (207,74,219).

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

The process color (four color CMYK) of #cf4adb color hex is 0.05, 0.66, 0.00, 0.14. Web safe color of #cf4adb is #cc33cc. Color #cf4adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001010 11011011
Octal 317 112 333
Decimal 207 74 219
Hex CF 4A DB

RGB Percentages of Color #cf4adb

%41.40
%14.80
%43.80

CMYK Percentages of Color #cf4adb

%5
%66
%0
%14

Triadic Colors of #cf4adb

#cf4adb #dbcf4a #4adbcf

Analogous Colors of #cf4adb

#cf4adb #db4a9f #874adb

Monochromatic Colors of #cf4adb

#cf4adb

Complementary Color

#cf4adb #56db4a

#cf4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4adb Color CSS Codes

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

#cf4adb Text Font Color

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

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


#cf4adb Background Color

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

This div background color is #cf4adb


#cf4adb Border Color

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

This div border color is #cf4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4adb


Comments

No comments written yet.

Please login to write comment.