Color Hex Logo

#c134cb Color Hex

#C134CB
(193,52,203)
0 Favorites   0 Comments

Color spaces of #c134cb

RGB 19352203
HSL0.820.590.50
HSV296°74°80°
CMYK 0.050.740.00   0.20
XYZ33.999818.105258.2026
Yxy18.10520.30820.1641
Hunter Lab42.550268.1678-51.3151
CIE-Lab49.623572.0757-49.1707

#c134cb color RGB value is (193,52,203).

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

The process color (four color CMYK) of #c134cb color hex is 0.05, 0.74, 0.00, 0.20. Web safe color of #c134cb is #cc33cc. Color #c134cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 11001011
Octal 301 64 313
Decimal 193 52 203
Hex C1 34 CB

RGB Percentages of Color #c134cb

%43.08
%11.61
%45.31

CMYK Percentages of Color #c134cb

%5
%74
%0
%20

Triadic Colors of #c134cb

#c134cb #cbc134 #34cbc1

Analogous Colors of #c134cb

#c134cb #cb348a #7634cb

Monochromatic Colors of #c134cb

#c134cb

Complementary Color

#c134cb #3ecb34

#c134cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c134cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c134cb Color CSS Codes

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

#c134cb Text Font Color

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

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


#c134cb Background Color

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

This div background color is #c134cb


#c134cb Border Color

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

This div border color is #c134cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c134cb


Comments

No comments written yet.

Please login to write comment.