Color Hex Logo

#c362df Color Hex

#C362DF
(195,98,223)
0 Favorites   0 Comments

Color spaces of #c362df

RGB 19598223
HSL0.800.660.63
HSV287°56°87°
CMYK 0.130.560.00   0.13
XYZ40.192625.665272.6475
Yxy25.66520.29020.1853
Hunter Lab50.660852.9594-49.5591
CIE-Lab57.717957.5453-47.6635

#c362df color RGB value is (195,98,223).

#c362df hex color red value is 195, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c362df hue: 0.80 , saturation: 0.66 and the lightness value of c362df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100010 11011111
Octal 303 142 337
Decimal 195 98 223
Hex C3 62 DF

RGB Percentages of Color #c362df

%37.79
%18.99
%43.22

CMYK Percentages of Color #c362df

%13
%56
%0
%13

Triadic Colors of #c362df

#c362df #dfc362 #62dfc3

Analogous Colors of #c362df

#c362df #df62bd #8562df

Monochromatic Colors of #c362df

#c362df

Complementary Color

#c362df #7edf62

#c362df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c362df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c362df Color CSS Codes

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

#c362df Text Font Color

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

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


#c362df Background Color

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

This div background color is #c362df


#c362df Border Color

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

This div border color is #c362df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c362df


Comments

No comments written yet.

Please login to write comment.