Color Hex Logo

#c30fdf Color Hex

#C30FDF
(195,15,223)
0 Favorites   0 Comments

Color spaces of #c30fdf

RGB 19515223
HSL0.810.870.47
HSV292°93°87°
CMYK 0.130.930.00   0.13
XYZ35.995817.271571.2486
Yxy17.27150.28910.1387
Hunter Lab41.559081.8773-72.5553
CIE-Lab48.600383.2997-62.2544

#c30fdf color RGB value is (195,15,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001111 11011111
Octal 303 17 337
Decimal 195 15 223
Hex C3 F DF

RGB Percentages of Color #c30fdf

%45.03
%3.46
%51.50

CMYK Percentages of Color #c30fdf

%13
%93
%0
%13

Triadic Colors of #c30fdf

#c30fdf #dfc30f #0fdfc3

Analogous Colors of #c30fdf

#c30fdf #df0f93 #5b0fdf

Monochromatic Colors of #c30fdf

#c30fdf

Complementary Color

#c30fdf #2bdf0f

#c30fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30fdf Color CSS Codes

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

#c30fdf Text Font Color

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

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


#c30fdf Background Color

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

This div background color is #c30fdf


#c30fdf Border Color

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

This div border color is #c30fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30fdf


Comments

No comments written yet.

Please login to write comment.