Color Hex Logo

#c348ba Color Hex

#C348BA
(195,72,186)
0 Favorites   0 Comments

Color spaces of #c348ba

RGB 19572186
HSL0.850.510.52
HSV304°63°76°
CMYK 0.000.630.05   0.24
XYZ33.686019.782048.4972
Yxy19.78200.33040.1940
Hunter Lab44.477057.3578-33.5153
CIE-Lab51.589862.5046-36.2044

#c348ba color RGB value is (195,72,186).

#c348ba hex color red value is 195, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c348ba hue: 0.85 , saturation: 0.51 and the lightness value of c348ba is 0.52.

The process color (four color CMYK) of #c348ba color hex is 0.00, 0.63, 0.05, 0.24. Web safe color of #c348ba is #cc33cc. Color #c348ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001000 10111010
Octal 303 110 272
Decimal 195 72 186
Hex C3 48 BA

RGB Percentages of Color #c348ba

%43.05
%15.89
%41.06

CMYK Percentages of Color #c348ba

%0
%63
%5
%24

Triadic Colors of #c348ba

#c348ba #bac348 #48bac3

Analogous Colors of #c348ba

#c348ba #c3487d #8f48c3

Monochromatic Colors of #c348ba

#c348ba

Complementary Color

#c348ba #48c351

#c348ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c348ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c348ba Color CSS Codes

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

#c348ba Text Font Color

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

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


#c348ba Background Color

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

This div background color is #c348ba


#c348ba Border Color

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

This div border color is #c348ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c348ba


Comments

No comments written yet.

Please login to write comment.