Color Hex Logo

#c35abb Color Hex

#C35ABB
(195,90,187)
0 Favorites   0 Comments

Color spaces of #c35abb

RGB 19590187
HSL0.850.470.56
HSV305°54°76°
CMYK 0.000.540.04   0.24
XYZ35.131522.502349.5055
Yxy22.50230.32790.2100
Hunter Lab47.436649.1829-28.6703
CIE-Lab54.555954.7101-32.1417

#c35abb color RGB value is (195,90,187).

#c35abb hex color red value is 195, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c35abb hue: 0.85 , saturation: 0.47 and the lightness value of c35abb is 0.56.

The process color (four color CMYK) of #c35abb color hex is 0.00, 0.54, 0.04, 0.24. Web safe color of #c35abb is #cc66cc. Color #c35abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 10111011
Octal 303 132 273
Decimal 195 90 187
Hex C3 5A BB

RGB Percentages of Color #c35abb

%41.31
%19.07
%39.62

CMYK Percentages of Color #c35abb

%0
%54
%4
%24

Triadic Colors of #c35abb

#c35abb #bbc35a #5abbc3

Analogous Colors of #c35abb

#c35abb #c35a87 #975ac3

Monochromatic Colors of #c35abb

#c35abb

Complementary Color

#c35abb #5ac362

#c35abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35abb Color CSS Codes

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

#c35abb Text Font Color

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

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


#c35abb Background Color

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

This div background color is #c35abb


#c35abb Border Color

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

This div border color is #c35abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35abb


Comments

No comments written yet.

Please login to write comment.