Color Hex Logo

#c30bae Color Hex

#C30BAE
(195,11,174)
0 Favorites   0 Comments

Color spaces of #c30bae

RGB 19511174
HSL0.850.890.40
HSV307°94°76°
CMYK 0.000.940.11   0.24
XYZ30.265314.897441.3247
Yxy14.89740.34990.1722
Hunter Lab38.597272.4227-36.4618
CIE-Lab45.493376.3755-38.7808

#c30bae color RGB value is (195,11,174).

#c30bae hex color red value is 195, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c30bae hue: 0.85 , saturation: 0.89 and the lightness value of c30bae is 0.40.

The process color (four color CMYK) of #c30bae color hex is 0.00, 0.94, 0.11, 0.24. Web safe color of #c30bae is #cc0099. Color #c30bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001011 10101110
Octal 303 13 256
Decimal 195 11 174
Hex C3 B AE

RGB Percentages of Color #c30bae

%51.32
%2.89
%45.79

CMYK Percentages of Color #c30bae

%0
%94
%11
%24

Triadic Colors of #c30bae

#c30bae #aec30b #0baec3

Analogous Colors of #c30bae

#c30bae #c30b52 #7c0bc3

Monochromatic Colors of #c30bae

#c30bae

Complementary Color

#c30bae #0bc320

#c30bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30bae Color CSS Codes

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

#c30bae Text Font Color

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

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


#c30bae Background Color

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

This div background color is #c30bae


#c30bae Border Color

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

This div border color is #c30bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30bae


Comments

No comments written yet.

Please login to write comment.