Color Hex Logo

#c05def Color Hex

#C05DEF
(192,93,239)
0 Favorites   0 Comments

Color spaces of #c05def

RGB 19293239
HSL0.780.820.65
HSV281°61°94°
CMYK 0.200.610.00   0.06
XYZ41.232625.267284.3652
Yxy25.26720.27330.1675
Hunter Lab50.266558.4536-64.3233
CIE-Lab57.334862.4058-57.2558

#c05def color RGB value is (192,93,239).

#c05def hex color red value is 192, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c05def hue: 0.78 , saturation: 0.82 and the lightness value of c05def is 0.65.

The process color (four color CMYK) of #c05def color hex is 0.20, 0.61, 0.00, 0.06. Web safe color of #c05def is #cc66ff. Color #c05def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 11101111
Octal 300 135 357
Decimal 192 93 239
Hex C0 5D EF

RGB Percentages of Color #c05def

%36.64
%17.75
%45.61

CMYK Percentages of Color #c05def

%20
%61
%0
%6

Triadic Colors of #c05def

#c05def #efc05d #5defc0

Analogous Colors of #c05def

#c05def #ef5dd5 #775def

Monochromatic Colors of #c05def

#c05def

Complementary Color

#c05def #8cef5d

#c05def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05def Color CSS Codes

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

#c05def Text Font Color

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

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


#c05def Background Color

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

This div background color is #c05def


#c05def Border Color

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

This div border color is #c05def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05def


Comments

No comments written yet.

Please login to write comment.