Color Hex Logo

#c133cd Color Hex

#C133CD
(193,51,205)
0 Favorites   0 Comments

Color spaces of #c133cd

RGB 19351205
HSL0.820.610.50
HSV295°75°80°
CMYK 0.060.750.00   0.20
XYZ34.195618.112959.4514
Yxy18.11290.30600.1621
Hunter Lab42.559368.9429-53.0313
CIE-Lab49.632872.7156-50.3073

#c133cd color RGB value is (193,51,205).

#c133cd hex color red value is 193, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c133cd hue: 0.82 , saturation: 0.61 and the lightness value of c133cd is 0.50.

The process color (four color CMYK) of #c133cd color hex is 0.06, 0.75, 0.00, 0.20. Web safe color of #c133cd is #cc33cc. Color #c133cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 11001101
Octal 301 63 315
Decimal 193 51 205
Hex C1 33 CD

RGB Percentages of Color #c133cd

%42.98
%11.36
%45.66

CMYK Percentages of Color #c133cd

%6
%75
%0
%20

Triadic Colors of #c133cd

#c133cd #cdc133 #33cdc1

Analogous Colors of #c133cd

#c133cd #cd338c #7433cd

Monochromatic Colors of #c133cd

#c133cd

Complementary Color

#c133cd #3fcd33

#c133cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133cd Color CSS Codes

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

#c133cd Text Font Color

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

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


#c133cd Background Color

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

This div background color is #c133cd


#c133cd Border Color

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

This div border color is #c133cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133cd


Comments

No comments written yet.

Please login to write comment.