Color Hex Logo

#c35fbb Color Hex

#C35FBB
(195,95,187)
0 Favorites   0 Comments

Color spaces of #c35fbb

RGB 19595187
HSL0.850.450.57
HSV305°51°76°
CMYK 0.000.510.04   0.24
XYZ35.567523.374449.6508
Yxy23.37440.32750.2152
Hunter Lab48.347146.7097-27.0459
CIE-Lab55.455952.3093-30.7404

#c35fbb color RGB value is (195,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 10111011
Octal 303 137 273
Decimal 195 95 187
Hex C3 5F BB

RGB Percentages of Color #c35fbb

%40.88
%19.92
%39.20

CMYK Percentages of Color #c35fbb

%0
%51
%4
%24

Triadic Colors of #c35fbb

#c35fbb #bbc35f #5fbbc3

Analogous Colors of #c35fbb

#c35fbb #c35f89 #995fc3

Monochromatic Colors of #c35fbb

#c35fbb

Complementary Color

#c35fbb #5fc367

#c35fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fbb Color CSS Codes

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

#c35fbb Text Font Color

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

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


#c35fbb Background Color

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

This div background color is #c35fbb


#c35fbb Border Color

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

This div border color is #c35fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fbb


Comments

No comments written yet.

Please login to write comment.