Color Hex Logo

#c30bda Color Hex

#C30BDA
(195,11,218)
0 Favorites   0 Comments

Color spaces of #c30bda

RGB 19511218
HSL0.810.900.45
HSV293°95°85°
CMYK 0.110.950.00   0.15
XYZ35.280216.903467.7329
Yxy16.90340.29420.1410
Hunter Lab41.113781.2239-68.8978
CIE-Lab48.138182.8788-60.1471

#c30bda color RGB value is (195,11,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001011 11011010
Octal 303 13 332
Decimal 195 11 218
Hex C3 B DA

RGB Percentages of Color #c30bda

%45.99
%2.59
%51.42

CMYK Percentages of Color #c30bda

%11
%95
%0
%15

Triadic Colors of #c30bda

#c30bda #dac30b #0bdac3

Analogous Colors of #c30bda

#c30bda #da0b8a #5b0bda

Monochromatic Colors of #c30bda

#c30bda

Complementary Color

#c30bda #22da0b

#c30bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30bda Color CSS Codes

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

#c30bda Text Font Color

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

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


#c30bda Background Color

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

This div background color is #c30bda


#c30bda Border Color

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

This div border color is #c30bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30bda


Comments

No comments written yet.

Please login to write comment.