Color Hex Logo

#c135bc Color Hex

#C135BC
(193,53,188)
0 Favorites   0 Comments

Color spaces of #c135bc

RGB 19353188
HSL0.840.570.48
HSV302°73°76°
CMYK 0.000.730.03   0.24
XYZ32.342517.514549.2529
Yxy17.51450.32630.1767
Hunter Lab41.850364.7091-40.4821
CIE-Lab48.901969.3226-41.6281

#c135bc color RGB value is (193,53,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 10111100
Octal 301 65 274
Decimal 193 53 188
Hex C1 35 BC

RGB Percentages of Color #c135bc

%44.47
%12.21
%43.32

CMYK Percentages of Color #c135bc

%0
%73
%3
%24

Triadic Colors of #c135bc

#c135bc #bcc135 #35bcc1

Analogous Colors of #c135bc

#c135bc #c13576 #8035c1

Monochromatic Colors of #c135bc

#c135bc

Complementary Color

#c135bc #35c13a

#c135bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c135bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c135bc Color CSS Codes

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

#c135bc Text Font Color

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

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


#c135bc Background Color

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

This div background color is #c135bc


#c135bc Border Color

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

This div border color is #c135bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,53,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 #c135bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c135bc


Comments

No comments written yet.

Please login to write comment.