Color Hex Logo

#c205df Color Hex

#C205DF
(194,5,223)
0 Favorites   0 Comments

Color spaces of #c205df

RGB 1945223
HSL0.810.960.45
HSV292°98°87°
CMYK 0.130.980.00   0.13
XYZ35.621716.905671.1977
Yxy16.90560.28790.1366
Hunter Lab41.116482.6919-73.8858
CIE-Lab48.140984.0225-63.0052

#c205df color RGB value is (194,5,223).

#c205df hex color red value is 194, green value is 5 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c205df hue: 0.81 , saturation: 0.96 and the lightness value of c205df is 0.45.

The process color (four color CMYK) of #c205df color hex is 0.13, 0.98, 0.00, 0.13. Web safe color of #c205df is #cc00cc. Color #c205df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 11011111
Octal 302 5 337
Decimal 194 5 223
Hex C2 5 DF

RGB Percentages of Color #c205df

%45.97
%1.18
%52.84

CMYK Percentages of Color #c205df

%13
%98
%0
%13

Triadic Colors of #c205df

#c205df #dfc205 #05dfc2

Analogous Colors of #c205df

#c205df #df058f #5505df

Monochromatic Colors of #c205df

#c205df

Complementary Color

#c205df #22df05

#c205df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c205df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c205df Color CSS Codes

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

#c205df Text Font Color

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

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


#c205df Background Color

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

This div background color is #c205df


#c205df Border Color

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

This div border color is #c205df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c205df


Comments

No comments written yet.

Please login to write comment.