Color Hex Logo

#c05dbc Color Hex

#C05DBC
(192,93,188)
0 Favorites   0 Comments

Color spaces of #c05dbc

RGB 19293188
HSL0.840.440.56
HSV302°52°75°
CMYK 0.000.520.02   0.25
XYZ34.729722.666050.1215
Yxy22.66600.32300.2108
Hunter Lab47.608846.8968-29.0930
CIE-Lab54.726652.6012-32.4827

#c05dbc color RGB value is (192,93,188).

#c05dbc hex color red value is 192, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c05dbc hue: 0.84 , saturation: 0.44 and the lightness value of c05dbc is 0.56.

The process color (four color CMYK) of #c05dbc color hex is 0.00, 0.52, 0.02, 0.25. Web safe color of #c05dbc is #cc66cc. Color #c05dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 10111100
Octal 300 135 274
Decimal 192 93 188
Hex C0 5D BC

RGB Percentages of Color #c05dbc

%40.59
%19.66
%39.75

CMYK Percentages of Color #c05dbc

%0
%52
%2
%25

Triadic Colors of #c05dbc

#c05dbc #bcc05d #5dbcc0

Analogous Colors of #c05dbc

#c05dbc #c05d8b #935dc0

Monochromatic Colors of #c05dbc

#c05dbc

Complementary Color

#c05dbc #5dc061

#c05dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05dbc Color CSS Codes

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

#c05dbc Text Font Color

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

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


#c05dbc Background Color

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

This div background color is #c05dbc


#c05dbc Border Color

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

This div border color is #c05dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,93,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05dbc


Comments

No comments written yet.

Please login to write comment.