Color Hex Logo

#c133db Color Hex

#C133DB
(193,51,219)
0 Favorites   0 Comments

Color spaces of #c133db

RGB 19351219
HSL0.810.700.53
HSV291°77°86°
CMYK 0.120.770.00   0.14
XYZ35.962318.819668.7550
Yxy18.81960.29110.1523
Hunter Lab43.381672.0546-63.6010
CIE-Lab50.475575.1049-56.9716

#c133db color RGB value is (193,51,219).

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

The process color (four color CMYK) of #c133db color hex is 0.12, 0.77, 0.00, 0.14. Web safe color of #c133db is #cc33cc. Color #c133db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 11011011
Octal 301 63 333
Decimal 193 51 219
Hex C1 33 DB

RGB Percentages of Color #c133db

%41.68
%11.02
%47.30

CMYK Percentages of Color #c133db

%12
%77
%0
%14

Triadic Colors of #c133db

#c133db #dbc133 #33dbc1

Analogous Colors of #c133db

#c133db #db33a1 #6d33db

Monochromatic Colors of #c133db

#c133db

Complementary Color

#c133db #4ddb33

#c133db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133db Color CSS Codes

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

#c133db Text Font Color

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

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


#c133db Background Color

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

This div background color is #c133db


#c133db Border Color

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

This div border color is #c133db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133db


Comments

No comments written yet.

Please login to write comment.