Color Hex Logo

#c30bdf Color Hex

#C30BDF
(195,11,223)
0 Favorites   0 Comments

Color spaces of #c30bdf

RGB 19511223
HSL0.810.910.46
HSV292°95°87°
CMYK 0.130.950.00   0.13
XYZ35.944617.169271.2315
Yxy17.16920.28910.1381
Hunter Lab41.435782.3323-72.9195
CIE-Lab48.472583.6790-62.4608

#c30bdf color RGB value is (195,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001011 11011111
Octal 303 13 337
Decimal 195 11 223
Hex C3 B DF

RGB Percentages of Color #c30bdf

%45.45
%2.56
%51.98

CMYK Percentages of Color #c30bdf

%13
%95
%0
%13

Triadic Colors of #c30bdf

#c30bdf #dfc30b #0bdfc3

Analogous Colors of #c30bdf

#c30bdf #df0b91 #590bdf

Monochromatic Colors of #c30bdf

#c30bdf

Complementary Color

#c30bdf #27df0b

#c30bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30bdf Color CSS Codes

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

#c30bdf Text Font Color

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

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


#c30bdf Background Color

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

This div background color is #c30bdf


#c30bdf Border Color

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

This div border color is #c30bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30bdf


Comments

No comments written yet.

Please login to write comment.