Color Hex Logo

#c135ce Color Hex

#C135CE
(193,53,206)
0 Favorites   0 Comments

Color spaces of #c135ce

RGB 19353206
HSL0.820.610.51
HSV295°74°81°
CMYK 0.060.740.00   0.19
XYZ34.406018.339960.1191
Yxy18.33990.30480.1625
Hunter Lab42.825168.4642-53.2554
CIE-Lab49.905872.2666-50.4462

#c135ce color RGB value is (193,53,206).

#c135ce hex color red value is 193, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c135ce hue: 0.82 , saturation: 0.61 and the lightness value of c135ce is 0.51.

The process color (four color CMYK) of #c135ce color hex is 0.06, 0.74, 0.00, 0.19. Web safe color of #c135ce is #cc33cc. Color #c135ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 11001110
Octal 301 65 316
Decimal 193 53 206
Hex C1 35 CE

RGB Percentages of Color #c135ce

%42.70
%11.73
%45.58

CMYK Percentages of Color #c135ce

%6
%74
%0
%19

Triadic Colors of #c135ce

#c135ce #cec135 #35cec1

Analogous Colors of #c135ce

#c135ce #ce358f #7535ce

Monochromatic Colors of #c135ce

#c135ce

Complementary Color

#c135ce #42ce35

#c135ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c135ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c135ce Color CSS Codes

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

#c135ce Text Font Color

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

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


#c135ce Background Color

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

This div background color is #c135ce


#c135ce Border Color

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

This div border color is #c135ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c135ce


Comments

No comments written yet.

Please login to write comment.