Color Hex Logo

#c133dc Color Hex

#C133DC
(193,51,220)
0 Favorites   0 Comments

Color spaces of #c133dc

RGB 19351220
HSL0.810.710.53
HSV290°77°86°
CMYK 0.120.770.00   0.14
XYZ36.094418.872469.4505
Yxy18.87240.29010.1517
Hunter Lab43.442472.2838-64.3761
CIE-Lab50.537675.2795-57.4412

#c133dc color RGB value is (193,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 11011100
Octal 301 63 334
Decimal 193 51 220
Hex C1 33 DC

RGB Percentages of Color #c133dc

%41.59
%10.99
%47.41

CMYK Percentages of Color #c133dc

%12
%77
%0
%14

Triadic Colors of #c133dc

#c133dc #dcc133 #33dcc1

Analogous Colors of #c133dc

#c133dc #dc33a3 #6d33dc

Monochromatic Colors of #c133dc

#c133dc

Complementary Color

#c133dc #4edc33

#c133dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133dc Color CSS Codes

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

#c133dc Text Font Color

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

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


#c133dc Background Color

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

This div background color is #c133dc


#c133dc Border Color

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

This div border color is #c133dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133dc


Comments

No comments written yet.

Please login to write comment.