Color Hex Logo

#c735da Color Hex

#C735DA
(199,53,218)
0 Favorites   0 Comments

Color spaces of #c735da

RGB 19953218
HSL0.810.690.53
HSV293°76°85°
CMYK 0.090.760.00   0.15
XYZ37.481219.750368.1664
Yxy19.75030.29890.1575
Hunter Lab44.441372.7722-59.8332
CIE-Lab51.553775.4787-54.6215

#c735da color RGB value is (199,53,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 11011010
Octal 307 65 332
Decimal 199 53 218
Hex C7 35 DA

RGB Percentages of Color #c735da

%42.34
%11.28
%46.38

CMYK Percentages of Color #c735da

%9
%76
%0
%15

Triadic Colors of #c735da

#c735da #dac735 #35dac7

Analogous Colors of #c735da

#c735da #da359b #7535da

Monochromatic Colors of #c735da

#c735da

Complementary Color

#c735da #48da35

#c735da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c735da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c735da Color CSS Codes

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

#c735da Text Font Color

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

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


#c735da Background Color

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

This div background color is #c735da


#c735da Border Color

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

This div border color is #c735da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c735da


Comments

No comments written yet.

Please login to write comment.