Color Hex Logo

#cf70bb Color Hex

#CF70BB
(207,112,187)
0 Favorites   0 Comments

Color spaces of #cf70bb

RGB 207112187
HSL0.870.500.63
HSV313°46°81°
CMYK 0.000.460.10   0.19
XYZ40.495928.441650.3691
Yxy28.44160.33940.2384
Hunter Lab53.330742.2128-18.6660
CIE-Lab60.285647.4191-23.1521

#cf70bb color RGB value is (207,112,187).

#cf70bb hex color red value is 207, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf70bb hue: 0.87 , saturation: 0.50 and the lightness value of cf70bb is 0.63.

The process color (four color CMYK) of #cf70bb color hex is 0.00, 0.46, 0.10, 0.19. Web safe color of #cf70bb is #cc66cc. Color #cf70bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 10111011
Octal 317 160 273
Decimal 207 112 187
Hex CF 70 BB

RGB Percentages of Color #cf70bb

%40.91
%22.13
%36.96

CMYK Percentages of Color #cf70bb

%0
%46
%10
%19

Triadic Colors of #cf70bb

#cf70bb #bbcf70 #70bbcf

Analogous Colors of #cf70bb

#cf70bb #cf708c #b470cf

Monochromatic Colors of #cf70bb

#cf70bb

Complementary Color

#cf70bb #70cf84

#cf70bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf70bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf70bb Color CSS Codes

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

#cf70bb Text Font Color

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

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


#cf70bb Background Color

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

This div background color is #cf70bb


#cf70bb Border Color

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

This div border color is #cf70bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf70bb


Comments

No comments written yet.

Please login to write comment.