Color Hex Logo

#cf82bd Color Hex

#CF82BD
(207,130,189)
0 Favorites   0 Comments

Color spaces of #cf82bd

RGB 207130189
HSL0.870.450.66
HSV314°37°81°
CMYK 0.000.370.09   0.19
XYZ42.900132.904852.2343
Yxy32.90480.33510.2570
Hunter Lab57.362733.1108-13.8354
CIE-Lab64.083838.3508-18.4898

#cf82bd color RGB value is (207,130,189).

#cf82bd hex color red value is 207, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cf82bd hue: 0.87 , saturation: 0.45 and the lightness value of cf82bd is 0.66.

The process color (four color CMYK) of #cf82bd color hex is 0.00, 0.37, 0.09, 0.19. Web safe color of #cf82bd is #cc99cc. Color #cf82bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000010 10111101
Octal 317 202 275
Decimal 207 130 189
Hex CF 82 BD

RGB Percentages of Color #cf82bd

%39.35
%24.71
%35.93

CMYK Percentages of Color #cf82bd

%0
%37
%9
%19

Triadic Colors of #cf82bd

#cf82bd #bdcf82 #82bdcf

Analogous Colors of #cf82bd

#cf82bd #cf8297 #bb82cf

Monochromatic Colors of #cf82bd

#cf82bd

Complementary Color

#cf82bd #82cf94

#cf82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf82bd Color CSS Codes

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

#cf82bd Text Font Color

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

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


#cf82bd Background Color

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

This div background color is #cf82bd


#cf82bd Border Color

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

This div border color is #cf82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf82bd


Comments

No comments written yet.

Please login to write comment.