Color Hex Logo

#c35adb Color Hex

#C35ADB
(195,90,219)
0 Favorites   0 Comments

Color spaces of #c35adb

RGB 19590219
HSL0.800.640.61
HSV289°59°86°
CMYK 0.110.590.00   0.14
XYZ38.948024.028969.6031
Yxy24.02890.29380.1812
Hunter Lab49.019356.0424-49.8731
CIE-Lab56.116760.5324-47.9480

#c35adb color RGB value is (195,90,219).

#c35adb hex color red value is 195, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c35adb hue: 0.80 , saturation: 0.64 and the lightness value of c35adb is 0.61.

The process color (four color CMYK) of #c35adb color hex is 0.11, 0.59, 0.00, 0.14. Web safe color of #c35adb is #cc66cc. Color #c35adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11011011
Octal 303 132 333
Decimal 195 90 219
Hex C3 5A DB

RGB Percentages of Color #c35adb

%38.69
%17.86
%43.45

CMYK Percentages of Color #c35adb

%11
%59
%0
%14

Triadic Colors of #c35adb

#c35adb #dbc35a #5adbc3

Analogous Colors of #c35adb

#c35adb #db5ab3 #835adb

Monochromatic Colors of #c35adb

#c35adb

Complementary Color

#c35adb #72db5a

#c35adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35adb Color CSS Codes

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

#c35adb Text Font Color

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

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


#c35adb Background Color

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

This div background color is #c35adb


#c35adb Border Color

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

This div border color is #c35adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35adb


Comments

No comments written yet.

Please login to write comment.