Color Hex Logo

#c135da Color Hex

#C135DA
(193,53,218)
0 Favorites   0 Comments

Color spaces of #c135da

RGB 19353218
HSL0.810.690.53
HSV291°76°85°
CMYK 0.110.760.00   0.15
XYZ35.920318.945668.0933
Yxy18.94560.29210.1541
Hunter Lab43.526571.1358-62.2852
CIE-Lab50.623574.3260-56.1642

#c135da color RGB value is (193,53,218).

#c135da hex color red value is 193, green value is 53 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c135da hue: 0.81 , saturation: 0.69 and the lightness value of c135da is 0.53.

The process color (four color CMYK) of #c135da color hex is 0.11, 0.76, 0.00, 0.15. Web safe color of #c135da is #cc33cc. Color #c135da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 11011010
Octal 301 65 332
Decimal 193 53 218
Hex C1 35 DA

RGB Percentages of Color #c135da

%41.59
%11.42
%46.98

CMYK Percentages of Color #c135da

%11
%76
%0
%15

Triadic Colors of #c135da

#c135da #dac135 #35dac1

Analogous Colors of #c135da

#c135da #da35a1 #6f35da

Monochromatic Colors of #c135da

#c135da

Complementary Color

#c135da #4eda35

#c135da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c135da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c135da Color CSS Codes

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

#c135da Text Font Color

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

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


#c135da Background Color

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

This div background color is #c135da


#c135da Border Color

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

This div border color is #c135da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c135da


Comments

No comments written yet.

Please login to write comment.