Color Hex Logo

#c133be Color Hex

#C133BE
(193,51,190)
0 Favorites   0 Comments

Color spaces of #c133be

RGB 19351190
HSL0.840.580.48
HSV301°74°76°
CMYK 0.000.740.02   0.24
XYZ32.470417.422850.3668
Yxy17.42280.32390.1738
Hunter Lab41.740665.8106-42.3245
CIE-Lab48.788470.2712-42.9725

#c133be color RGB value is (193,51,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 10111110
Octal 301 63 276
Decimal 193 51 190
Hex C1 33 BE

RGB Percentages of Color #c133be

%44.47
%11.75
%43.78

CMYK Percentages of Color #c133be

%0
%74
%2
%24

Triadic Colors of #c133be

#c133be #bec133 #33bec1

Analogous Colors of #c133be

#c133be #c13377 #7d33c1

Monochromatic Colors of #c133be

#c133be

Complementary Color

#c133be #33c136

#c133be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c133be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c133be Color CSS Codes

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

#c133be Text Font Color

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

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


#c133be Background Color

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

This div background color is #c133be


#c133be Border Color

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

This div border color is #c133be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c133be


Comments

No comments written yet.

Please login to write comment.