Color Hex Logo

#cf70bd Color Hex

#CF70BD
(207,112,189)
0 Favorites   0 Comments

Color spaces of #cf70bd

RGB 207112189
HSL0.860.500.63
HSV311°46°81°
CMYK 0.000.460.09   0.19
XYZ40.711628.527951.5048
Yxy28.52790.33720.2363
Hunter Lab53.411542.5870-19.7854
CIE-Lab60.362747.7537-24.1731

#cf70bd color RGB value is (207,112,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 10111101
Octal 317 160 275
Decimal 207 112 189
Hex CF 70 BD

RGB Percentages of Color #cf70bd

%40.75
%22.05
%37.20

CMYK Percentages of Color #cf70bd

%0
%46
%9
%19

Triadic Colors of #cf70bd

#cf70bd #bdcf70 #70bdcf

Analogous Colors of #cf70bd

#cf70bd #cf708e #b270cf

Monochromatic Colors of #cf70bd

#cf70bd

Complementary Color

#cf70bd #70cf82

#cf70bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf70bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf70bd Color CSS Codes

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

#cf70bd Text Font Color

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

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


#cf70bd Background Color

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

This div background color is #cf70bd


#cf70bd Border Color

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

This div border color is #cf70bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf70bd


Comments

No comments written yet.

Please login to write comment.