Color Hex Logo

#c362b6 Color Hex

#C362B6
(195,98,182)
0 Favorites   0 Comments

Color spaces of #c362b6

RGB 19598182
HSL0.860.450.57
HSV308°50°76°
CMYK 0.000.500.07   0.24
XYZ35.316923.714946.9720
Yxy23.71490.33320.2237
Hunter Lab48.697944.2310-23.1001
CIE-Lab55.801249.9727-27.3252

#c362b6 color RGB value is (195,98,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100010 10110110
Octal 303 142 266
Decimal 195 98 182
Hex C3 62 B6

RGB Percentages of Color #c362b6

%41.05
%20.63
%38.32

CMYK Percentages of Color #c362b6

%0
%50
%7
%24

Triadic Colors of #c362b6

#c362b6 #b6c362 #62b6c3

Analogous Colors of #c362b6

#c362b6 #c36286 #a062c3

Monochromatic Colors of #c362b6

#c362b6

Complementary Color

#c362b6 #62c36f

#c362b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c362b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c362b6 Color CSS Codes

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

#c362b6 Text Font Color

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

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


#c362b6 Background Color

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

This div background color is #c362b6


#c362b6 Border Color

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

This div border color is #c362b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c362b6


Comments

No comments written yet.

Please login to write comment.