Color Hex Logo

#c05bdc Color Hex

#C05BDC
(192,91,220)
0 Favorites   0 Comments

Color spaces of #c05bdc

RGB 19291220
HSL0.800.650.61
HSV287°59°86°
CMYK 0.130.590.00   0.14
XYZ38.397623.855970.2910
Yxy23.85590.28970.1800
Hunter Lab48.842554.8536-51.1366
CIE-Lab55.943259.5225-48.8128

#c05bdc color RGB value is (192,91,220).

#c05bdc hex color red value is 192, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c05bdc hue: 0.80 , saturation: 0.65 and the lightness value of c05bdc is 0.61.

The process color (four color CMYK) of #c05bdc color hex is 0.13, 0.59, 0.00, 0.14. Web safe color of #c05bdc is #cc66cc. Color #c05bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 11011100
Octal 300 133 334
Decimal 192 91 220
Hex C0 5B DC

RGB Percentages of Color #c05bdc

%38.17
%18.09
%43.74

CMYK Percentages of Color #c05bdc

%13
%59
%0
%14

Triadic Colors of #c05bdc

#c05bdc #dcc05b #5bdcc0

Analogous Colors of #c05bdc

#c05bdc #dc5bb8 #805bdc

Monochromatic Colors of #c05bdc

#c05bdc

Complementary Color

#c05bdc #77dc5b

#c05bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05bdc Color CSS Codes

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

#c05bdc Text Font Color

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

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


#c05bdc Background Color

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

This div background color is #c05bdc


#c05bdc Border Color

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

This div border color is #c05bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05bdc


Comments

No comments written yet.

Please login to write comment.