Color Hex Logo

#cf68bb Color Hex

#CF68BB
(207,104,187)
0 Favorites   0 Comments

Color spaces of #cf68bb

RGB 207104187
HSL0.870.520.61
HSV312°50°81°
CMYK 0.000.500.10   0.19
XYZ39.652126.753950.0878
Yxy26.75390.34040.2297
Hunter Lab51.724246.3220-21.2074
CIE-Lab58.745851.4246-25.5184

#cf68bb color RGB value is (207,104,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101000 10111011
Octal 317 150 273
Decimal 207 104 187
Hex CF 68 BB

RGB Percentages of Color #cf68bb

%41.57
%20.88
%37.55

CMYK Percentages of Color #cf68bb

%0
%50
%10
%19

Triadic Colors of #cf68bb

#cf68bb #bbcf68 #68bbcf

Analogous Colors of #cf68bb

#cf68bb #cf6888 #b068cf

Monochromatic Colors of #cf68bb

#cf68bb

Complementary Color

#cf68bb #68cf7c

#cf68bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf68bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf68bb Color CSS Codes

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

#cf68bb Text Font Color

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

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


#cf68bb Background Color

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

This div background color is #cf68bb


#cf68bb Border Color

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

This div border color is #cf68bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf68bb


Comments

No comments written yet.

Please login to write comment.