Color Hex Logo

#c770db Color Hex

#C770DB
(199,112,219)
0 Favorites   0 Comments

Color spaces of #c770db

RGB 199112219
HSL0.800.600.65
HSV289°49°86°
CMYK 0.090.490.00   0.14
XYZ42.133528.844970.3648
Yxy28.84490.29810.2041
Hunter Lab53.707446.0452-40.0836
CIE-Lab60.644550.8769-40.7676

#c770db color RGB value is (199,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 11011011
Octal 307 160 333
Decimal 199 112 219
Hex C7 70 DB

RGB Percentages of Color #c770db

%37.55
%21.13
%41.32

CMYK Percentages of Color #c770db

%9
%49
%0
%14

Triadic Colors of #c770db

#c770db #dbc770 #70dbc7

Analogous Colors of #c770db

#c770db #db70ba #9270db

Monochromatic Colors of #c770db

#c770db

Complementary Color

#c770db #84db70

#c770db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c770db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c770db Color CSS Codes

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

#c770db Text Font Color

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

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


#c770db Background Color

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

This div background color is #c770db


#c770db Border Color

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

This div border color is #c770db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c770db


Comments

No comments written yet.

Please login to write comment.