Color Hex Logo

#cf0abb Color Hex

#CF0ABB
(207,10,187)
0 Favorites   0 Comments

Color spaces of #cf0abb

RGB 20710187
HSL0.850.910.43
HSV306°95°81°
CMYK 0.000.950.10   0.19
XYZ34.810317.070348.4739
Yxy17.07030.34690.1701
Hunter Lab41.316278.0888-40.6401
CIE-Lab48.348580.3695-41.7685

#cf0abb color RGB value is (207,10,187).

#cf0abb hex color red value is 207, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf0abb hue: 0.85 , saturation: 0.91 and the lightness value of cf0abb is 0.43.

The process color (four color CMYK) of #cf0abb color hex is 0.00, 0.95, 0.10, 0.19. Web safe color of #cf0abb is #cc00cc. Color #cf0abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00001010 10111011
Octal 317 12 273
Decimal 207 10 187
Hex CF A BB

RGB Percentages of Color #cf0abb

%51.24
%2.48
%46.29

CMYK Percentages of Color #cf0abb

%0
%95
%10
%19

Triadic Colors of #cf0abb

#cf0abb #bbcf0a #0abbcf

Analogous Colors of #cf0abb

#cf0abb #cf0a58 #810acf

Monochromatic Colors of #cf0abb

#cf0abb

Complementary Color

#cf0abb #0acf1e

#cf0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf0abb Color CSS Codes

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

#cf0abb Text Font Color

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

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


#cf0abb Background Color

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

This div background color is #cf0abb


#cf0abb Border Color

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

This div border color is #cf0abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf0abb


Comments

No comments written yet.

Please login to write comment.