Color Hex Logo

#c05edb Color Hex

#C05EDB
(192,94,219)
0 Favorites   0 Comments

Color spaces of #c05edb

RGB 19294219
HSL0.800.630.61
HSV287°57°86°
CMYK 0.120.570.00   0.14
XYZ38.527124.326369.6827
Yxy24.32630.29070.1835
Hunter Lab49.321753.1203-49.2409
CIE-Lab56.413057.9126-47.5027

#c05edb color RGB value is (192,94,219).

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

The process color (four color CMYK) of #c05edb color hex is 0.12, 0.57, 0.00, 0.14. Web safe color of #c05edb is #cc66cc. Color #c05edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 11011011
Octal 300 136 333
Decimal 192 94 219
Hex C0 5E DB

RGB Percentages of Color #c05edb

%38.02
%18.61
%43.37

CMYK Percentages of Color #c05edb

%12
%57
%0
%14

Triadic Colors of #c05edb

#c05edb #dbc05e #5edbc0

Analogous Colors of #c05edb

#c05edb #db5eb8 #825edb

Monochromatic Colors of #c05edb

#c05edb

Complementary Color

#c05edb #79db5e

#c05edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05edb Color CSS Codes

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

#c05edb Text Font Color

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

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


#c05edb Background Color

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

This div background color is #c05edb


#c05edb Border Color

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

This div border color is #c05edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05edb


Comments

No comments written yet.

Please login to write comment.