Color Hex Logo

#c335db Color Hex

#C335DB
(195,53,219)
0 Favorites   0 Comments

Color spaces of #c335db

RGB 19553219
HSL0.810.700.53
HSV291°76°86°
CMYK 0.110.760.00   0.14
XYZ36.565019.262868.8087
Yxy19.26280.29340.1546
Hunter Lab43.889471.9049-62.2308
CIE-Lab50.993374.8821-56.1235

#c335db color RGB value is (195,53,219).

#c335db hex color red value is 195, green value is 53 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c335db hue: 0.81 , saturation: 0.70 and the lightness value of c335db is 0.53.

The process color (four color CMYK) of #c335db color hex is 0.11, 0.76, 0.00, 0.14. Web safe color of #c335db is #cc33cc. Color #c335db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 11011011
Octal 303 65 333
Decimal 195 53 219
Hex C3 35 DB

RGB Percentages of Color #c335db

%41.76
%11.35
%46.90

CMYK Percentages of Color #c335db

%11
%76
%0
%14

Triadic Colors of #c335db

#c335db #dbc335 #35dbc3

Analogous Colors of #c335db

#c335db #db35a0 #7035db

Monochromatic Colors of #c335db

#c335db

Complementary Color

#c335db #4ddb35

#c335db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c335db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c335db Color CSS Codes

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

#c335db Text Font Color

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

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


#c335db Background Color

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

This div background color is #c335db


#c335db Border Color

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

This div border color is #c335db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c335db


Comments

No comments written yet.

Please login to write comment.