Color Hex Logo

#c133bc Color Hex

#C133BC
(193,51,188)
0 Favorites   0 Comments

Color spaces of #c133bc

RGB 19351188
HSL0.840.580.48
HSV302°74°76°
CMYK 0.000.740.03   0.24
XYZ32.253217.335949.2232
Yxy17.33590.32640.1754
Hunter Lab41.636465.4094-40.9481
CIE-Lab48.680569.9552-41.9789

#c133bc color RGB value is (193,51,188).

#c133bc hex color red value is 193, green value is 51 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c133bc hue: 0.84 , saturation: 0.58 and the lightness value of c133bc is 0.48.

The process color (four color CMYK) of #c133bc color hex is 0.00, 0.74, 0.03, 0.24. Web safe color of #c133bc is #cc33cc. Color #c133bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 10111100
Octal 301 63 274
Decimal 193 51 188
Hex C1 33 BC

RGB Percentages of Color #c133bc

%44.68
%11.81
%43.52

CMYK Percentages of Color #c133bc

%0
%74
%3
%24

Triadic Colors of #c133bc

#c133bc #bcc133 #33bcc1

Analogous Colors of #c133bc

#c133bc #c13375 #7f33c1

Monochromatic Colors of #c133bc

#c133bc

Complementary Color

#c133bc #33c138

#c133bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133bc Color CSS Codes

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

#c133bc Text Font Color

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

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


#c133bc Background Color

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

This div background color is #c133bc


#c133bc Border Color

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

This div border color is #c133bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133bc


Comments

No comments written yet.

Please login to write comment.