Color Hex Logo

#c355db Color Hex

#C355DB
(195,85,219)
0 Favorites   0 Comments

Color spaces of #c355db

RGB 19585219
HSL0.800.650.60
HSV289°61°86°
CMYK 0.110.610.00   0.14
XYZ38.540423.213669.4672
Yxy23.21360.29370.1769
Hunter Lab48.180558.4693-51.7587
CIE-Lab55.291762.7886-49.2582

#c355db color RGB value is (195,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 11011011
Octal 303 125 333
Decimal 195 85 219
Hex C3 55 DB

RGB Percentages of Color #c355db

%39.08
%17.03
%43.89

CMYK Percentages of Color #c355db

%11
%61
%0
%14

Triadic Colors of #c355db

#c355db #dbc355 #55dbc3

Analogous Colors of #c355db

#c355db #db55b0 #8055db

Monochromatic Colors of #c355db

#c355db

Complementary Color

#c355db #6ddb55

#c355db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355db Color CSS Codes

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

#c355db Text Font Color

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

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


#c355db Background Color

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

This div background color is #c355db


#c355db Border Color

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

This div border color is #c355db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355db


Comments

No comments written yet.

Please login to write comment.