Color Hex Logo

#c362ba Color Hex

#C362BA
(195,98,186)
0 Favorites   0 Comments

Color spaces of #c362ba

RGB 19598186
HSL0.850.450.57
HSV306°50°76°
CMYK 0.000.500.05   0.24
XYZ35.736323.882649.1807
Yxy23.88260.32850.2195
Hunter Lab48.869845.0068-25.4583
CIE-Lab55.970150.6622-29.3665

#c362ba color RGB value is (195,98,186).

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

The process color (four color CMYK) of #c362ba color hex is 0.00, 0.50, 0.05, 0.24. Web safe color of #c362ba is #cc66cc. Color #c362ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100010 10111010
Octal 303 142 272
Decimal 195 98 186
Hex C3 62 BA

RGB Percentages of Color #c362ba

%40.71
%20.46
%38.83

CMYK Percentages of Color #c362ba

%0
%50
%5
%24

Triadic Colors of #c362ba

#c362ba #bac362 #62bac3

Analogous Colors of #c362ba

#c362ba #c3628a #9c62c3

Monochromatic Colors of #c362ba

#c362ba

Complementary Color

#c362ba #62c36b

#c362ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c362ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c362ba Color CSS Codes

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

#c362ba Text Font Color

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

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


#c362ba Background Color

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

This div background color is #c362ba


#c362ba Border Color

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

This div border color is #c362ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c362ba


Comments

No comments written yet.

Please login to write comment.