Color Hex Logo

#c30fde Color Hex

#C30FDE
(195,15,222)
0 Favorites   0 Comments

Color spaces of #c30fde

RGB 19515222
HSL0.810.870.46
HSV292°93°87°
CMYK 0.120.930.00   0.13
XYZ35.861317.217770.5405
Yxy17.21770.29010.1393
Hunter Lab41.494281.6534-71.7475
CIE-Lab48.533283.1380-61.7930

#c30fde color RGB value is (195,15,222).

#c30fde hex color red value is 195, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c30fde hue: 0.81 , saturation: 0.87 and the lightness value of c30fde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001111 11011110
Octal 303 17 336
Decimal 195 15 222
Hex C3 F DE

RGB Percentages of Color #c30fde

%45.14
%3.47
%51.39

CMYK Percentages of Color #c30fde

%12
%93
%0
%13

Triadic Colors of #c30fde

#c30fde #dec30f #0fdec3

Analogous Colors of #c30fde

#c30fde #de0f92 #5c0fde

Monochromatic Colors of #c30fde

#c30fde

Complementary Color

#c30fde #2ade0f

#c30fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30fde Color CSS Codes

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

#c30fde Text Font Color

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

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


#c30fde Background Color

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

This div background color is #c30fde


#c30fde Border Color

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

This div border color is #c30fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,15,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30fde


Comments

No comments written yet.

Please login to write comment.