Color Hex Logo

#c05ddf Color Hex

#C05DDF
(192,93,223)
0 Favorites   0 Comments

Color spaces of #c05ddf

RGB 19293223
HSL0.790.670.62
HSV286°58°87°
CMYK 0.140.580.00   0.13
XYZ38.971924.362972.4605
Yxy24.36290.28700.1794
Hunter Lab49.358854.5592-52.4887
CIE-Lab56.449359.1747-49.7006

#c05ddf color RGB value is (192,93,223).

#c05ddf hex color red value is 192, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c05ddf hue: 0.79 , saturation: 0.67 and the lightness value of c05ddf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 11011111
Octal 300 135 337
Decimal 192 93 223
Hex C0 5D DF

RGB Percentages of Color #c05ddf

%37.80
%18.31
%43.90

CMYK Percentages of Color #c05ddf

%14
%58
%0
%13

Triadic Colors of #c05ddf

#c05ddf #dfc05d #5ddfc0

Analogous Colors of #c05ddf

#c05ddf #df5dbd #7f5ddf

Monochromatic Colors of #c05ddf

#c05ddf

Complementary Color

#c05ddf #7cdf5d

#c05ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ddf Color CSS Codes

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

#c05ddf Text Font Color

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

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


#c05ddf Background Color

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

This div background color is #c05ddf


#c05ddf Border Color

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

This div border color is #c05ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ddf


Comments

No comments written yet.

Please login to write comment.