Color Hex Logo

#c134da Color Hex

#C134DA
(193,52,218)
0 Favorites   0 Comments

Color spaces of #c134da

RGB 19352218
HSL0.810.690.53
HSV291°76°85°
CMYK 0.110.760.00   0.15
XYZ35.875218.855468.0783
Yxy18.85540.29210.1535
Hunter Lab43.422871.4838-62.5589
CIE-Lab50.517674.6311-56.3342

#c134da color RGB value is (193,52,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 11011010
Octal 301 64 332
Decimal 193 52 218
Hex C1 34 DA

RGB Percentages of Color #c134da

%41.68
%11.23
%47.08

CMYK Percentages of Color #c134da

%11
%76
%0
%15

Triadic Colors of #c134da

#c134da #dac134 #34dac1

Analogous Colors of #c134da

#c134da #da34a0 #6e34da

Monochromatic Colors of #c134da

#c134da

Complementary Color

#c134da #4dda34

#c134da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c134da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c134da Color CSS Codes

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

#c134da Text Font Color

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

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


#c134da Background Color

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

This div background color is #c134da


#c134da Border Color

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

This div border color is #c134da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c134da


Comments

No comments written yet.

Please login to write comment.