Color Hex Logo

#c772db Color Hex

#C772DB
(199,114,219)
0 Favorites   0 Comments

Color spaces of #c772db

RGB 199114219
HSL0.800.590.65
HSV289°48°86°
CMYK 0.090.480.00   0.14
XYZ42.356729.291270.4392
Yxy29.29120.29810.2061
Hunter Lab54.121344.9861-39.2813
CIE-Lab61.037849.8538-40.1505

#c772db color RGB value is (199,114,219).

#c772db hex color red value is 199, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c772db hue: 0.80 , saturation: 0.59 and the lightness value of c772db is 0.65.

The process color (four color CMYK) of #c772db color hex is 0.09, 0.48, 0.00, 0.14. Web safe color of #c772db is #cc66cc. Color #c772db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110010 11011011
Octal 307 162 333
Decimal 199 114 219
Hex C7 72 DB

RGB Percentages of Color #c772db

%37.41
%21.43
%41.17

CMYK Percentages of Color #c772db

%9
%48
%0
%14

Triadic Colors of #c772db

#c772db #dbc772 #72dbc7

Analogous Colors of #c772db

#c772db #db72bb #9372db

Monochromatic Colors of #c772db

#c772db

Complementary Color

#c772db #86db72

#c772db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c772db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c772db Color CSS Codes

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

#c772db Text Font Color

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

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


#c772db Background Color

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

This div background color is #c772db


#c772db Border Color

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

This div border color is #c772db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c772db


Comments

No comments written yet.

Please login to write comment.