color codes Logo

#c735ff color codes

#C735FF
(199,53,255)
0 Favorites   0 Comments

Color spaces of #c735ff

RGB 19953255
HSL0.791.000.60
HSV283°79°100°
CMYK 0.220.790.00   0.00
XYZ42.876321.908396.5766
Yxy21.90830.26570.1358
Hunter Lab46.806381.6016-89.5701
CIE-Lab53.929682.0479-71.5937

#c735ff color RGB value is (199,53,255).

#c735ff hex color red value is 199, green value is 53 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c735ff hue: 0.79 , saturation: 1.00 and the lightness value of c735ff is 0.60.

The process color (four color CMYK) of #c735ff color code is 0.22, 0.79, 0.00, 0.00. Web safe color of #c735ff is #cc33ff. Color #c735ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 11111111
Octal 307 65 377
Decimal 199 53 255
Hex C7 35 FF

RGB Percentages of Color #c735ff

%39.25
%10.45
%50.30

CMYK Percentages of Color #c735ff

%22
%79
%0
%0

Triadic Colors of #c735ff

#c735ff #ffc735 #35ffc7

Analogous Colors of #c735ff

#c735ff #ff35d2 #6235ff

Monochromatic Colors of #c735ff

#c735ff

Complementary Color

#c735ff #6dff35

#c735ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c735ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c735ff Color CSS Codes

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

#c735ff Text Font Color

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

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


#c735ff Background Color

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

This div background color is #c735ff


#c735ff Border Color

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

This div border color is #c735ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c735ff

Related Colors


Comments

No comments written yet.

Please login to write comment.