color codes Logo

#c071db color codes

#C071DB
(192,113,219)
0 Favorites   0 Comments

Color spaces of #c071db

RGB 192113219
HSL0.790.600.65
HSV285°48°86°
CMYK 0.120.480.00   0.14
XYZ40.429528.131270.3168
Yxy28.13120.29110.2026
Hunter Lab53.038943.2458-41.4771
CIE-Lab60.007148.4140-41.8273

#c071db color RGB value is (192,113,219).

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

The process color (four color CMYK) of #c071db color code is 0.12, 0.48, 0.00, 0.14. Web safe color of #c071db is #cc66cc. Color #c071db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 11011011
Octal 300 161 333
Decimal 192 113 219
Hex C0 71 DB

RGB Percentages of Color #c071db

%36.64
%21.56
%41.79

CMYK Percentages of Color #c071db

%12
%48
%0
%14

Triadic Colors of #c071db

#c071db #dbc071 #71dbc0

Analogous Colors of #c071db

#c071db #db71c1 #8b71db

Monochromatic Colors of #c071db

#c071db

Complementary Color

#c071db #8cdb71

#c071db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071db Color CSS Codes

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

#c071db Text Font Color

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

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


#c071db Background Color

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

This div background color is #c071db


#c071db Border Color

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

This div border color is #c071db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071db


Comments

No comments written yet.

Please login to write comment.