Color Hex Logo

#cf83db Color Hex

#CF83DB
(207,131,219)
0 Favorites   0 Comments

Color spaces of #cf83db

RGB 207131219
HSL0.810.550.69
HSV292°40°86°
CMYK 0.050.400.00   0.14
XYZ46.634634.612571.2408
Yxy34.61250.30580.2270
Hunter Lab58.832438.5347-30.6123
CIE-Lab65.445943.3007-33.2040

#cf83db color RGB value is (207,131,219).

#cf83db hex color red value is 207, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf83db hue: 0.81 , saturation: 0.55 and the lightness value of cf83db is 0.69.

The process color (four color CMYK) of #cf83db color hex is 0.05, 0.40, 0.00, 0.14. Web safe color of #cf83db is #cc99cc. Color #cf83db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 11011011
Octal 317 203 333
Decimal 207 131 219
Hex CF 83 DB

RGB Percentages of Color #cf83db

%37.16
%23.52
%39.32

CMYK Percentages of Color #cf83db

%5
%40
%0
%14

Triadic Colors of #cf83db

#cf83db #dbcf83 #83dbcf

Analogous Colors of #cf83db

#cf83db #db83bb #a383db

Monochromatic Colors of #cf83db

#cf83db

Complementary Color

#cf83db #8fdb83

#cf83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf83db Color CSS Codes

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

#cf83db Text Font Color

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

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


#cf83db Background Color

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

This div background color is #cf83db


#cf83db Border Color

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

This div border color is #cf83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf83db


Comments

No comments written yet.

Please login to write comment.