Color Hex Logo

#c135cf Color Hex

#C135CF
(193,53,207)
0 Favorites   0 Comments

Color spaces of #c135cf

RGB 19353207
HSL0.820.620.51
HSV295°74°81°
CMYK 0.070.740.00   0.19
XYZ34.527918.388760.7610
Yxy18.38870.30370.1618
Hunter Lab42.882068.6816-53.9925
CIE-Lab49.964272.4352-50.9274

#c135cf color RGB value is (193,53,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 11001111
Octal 301 65 317
Decimal 193 53 207
Hex C1 35 CF

RGB Percentages of Color #c135cf

%42.60
%11.70
%45.70

CMYK Percentages of Color #c135cf

%7
%74
%0
%19

Triadic Colors of #c135cf

#c135cf #cfc135 #35cfc1

Analogous Colors of #c135cf

#c135cf #cf3590 #7435cf

Monochromatic Colors of #c135cf

#c135cf

Complementary Color

#c135cf #43cf35

#c135cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c135cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c135cf Color CSS Codes

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

#c135cf Text Font Color

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

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


#c135cf Background Color

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

This div background color is #c135cf


#c135cf Border Color

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

This div border color is #c135cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c135cf


Comments

No comments written yet.

Please login to write comment.