Color Hex Logo

#c35abf Color Hex

#C35ABF
(195,90,191)
0 Favorites   0 Comments

Color spaces of #c35abf

RGB 19590191
HSL0.840.470.56
HSV302°54°76°
CMYK 0.000.540.02   0.24
XYZ35.565822.676051.7926
Yxy22.67600.32320.2061
Hunter Lab47.619349.9838-31.1525
CIE-Lab54.737055.4022-34.1622

#c35abf color RGB value is (195,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 10111111
Octal 303 132 277
Decimal 195 90 191
Hex C3 5A BF

RGB Percentages of Color #c35abf

%40.97
%18.91
%40.13

CMYK Percentages of Color #c35abf

%0
%54
%2
%24

Triadic Colors of #c35abf

#c35abf #bfc35a #5abfc3

Analogous Colors of #c35abf

#c35abf #c35a8b #935ac3

Monochromatic Colors of #c35abf

#c35abf

Complementary Color

#c35abf #5ac35e

#c35abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35abf Color CSS Codes

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

#c35abf Text Font Color

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

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


#c35abf Background Color

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

This div background color is #c35abf


#c35abf Border Color

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

This div border color is #c35abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35abf


Comments

No comments written yet.

Please login to write comment.