Color Hex Logo

#c338ba Color Hex

#C338BA
(195,56,186)
0 Favorites   0 Comments

Color spaces of #c338ba

RGB 19556186
HSL0.840.550.49
HSV304°71°76°
CMYK 0.000.710.05   0.24
XYZ32.782817.975648.1962
Yxy17.97560.33130.1817
Hunter Lab42.397663.8243-37.7205
CIE-Lab49.466568.4658-39.5487

#c338ba color RGB value is (195,56,186).

#c338ba hex color red value is 195, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c338ba hue: 0.84 , saturation: 0.55 and the lightness value of c338ba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 10111010
Octal 303 70 272
Decimal 195 56 186
Hex C3 38 BA

RGB Percentages of Color #c338ba

%44.62
%12.81
%42.56

CMYK Percentages of Color #c338ba

%0
%71
%5
%24

Triadic Colors of #c338ba

#c338ba #bac338 #38bac3

Analogous Colors of #c338ba

#c338ba #c33875 #8738c3

Monochromatic Colors of #c338ba

#c338ba

Complementary Color

#c338ba #38c341

#c338ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338ba Color CSS Codes

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

#c338ba Text Font Color

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

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


#c338ba Background Color

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

This div background color is #c338ba


#c338ba Border Color

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

This div border color is #c338ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338ba


Comments

No comments written yet.

Please login to write comment.