Color Hex Logo

#c133ec Color Hex

#C133EC
(193,51,236)
0 Favorites   0 Comments

Color spaces of #c133ec

RGB 19351236
HSL0.790.830.56
HSV286°78°93°
CMYK 0.180.780.00   0.07
XYZ38.316519.761281.1517
Yxy19.76120.27520.1419
Hunter Lab44.453676.0633-77.1187
CIE-Lab51.566178.1289-64.8392

#c133ec color RGB value is (193,51,236).

#c133ec hex color red value is 193, green value is 51 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c133ec hue: 0.79 , saturation: 0.83 and the lightness value of c133ec is 0.56.

The process color (four color CMYK) of #c133ec color hex is 0.18, 0.78, 0.00, 0.07. Web safe color of #c133ec is #cc33ff. Color #c133ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 11101100
Octal 301 63 354
Decimal 193 51 236
Hex C1 33 EC

RGB Percentages of Color #c133ec

%40.21
%10.63
%49.17

CMYK Percentages of Color #c133ec

%18
%78
%0
%7

Triadic Colors of #c133ec

#c133ec #ecc133 #33ecc1

Analogous Colors of #c133ec

#c133ec #ec33bb #6533ec

Monochromatic Colors of #c133ec

#c133ec

Complementary Color

#c133ec #5eec33

#c133ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133ec Color CSS Codes

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

#c133ec Text Font Color

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

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


#c133ec Background Color

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

This div background color is #c133ec


#c133ec Border Color

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

This div border color is #c133ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133ec


Comments

No comments written yet.

Please login to write comment.