color codes Logo

#c735bf color codes

#C735BF
(199,53,191)
0 Favorites   0 Comments

Color spaces of #c735bf

RGB 19953191
HSL0.840.580.49
HSV303°73°78°
CMYK 0.000.730.04   0.22
XYZ34.230318.449951.0473
Yxy18.44990.33000.1779
Hunter Lab42.953367.0815-40.3950
CIE-Lab50.037371.0921-41.5127

#c735bf color RGB value is (199,53,191).

#c735bf hex color red value is 199, green value is 53 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c735bf hue: 0.84 , saturation: 0.58 and the lightness value of c735bf is 0.49.

The process color (four color CMYK) of #c735bf color code is 0.00, 0.73, 0.04, 0.22. Web safe color of #c735bf is #cc33cc. Color #c735bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 10111111
Octal 307 65 277
Decimal 199 53 191
Hex C7 35 BF

RGB Percentages of Color #c735bf

%44.92
%11.96
%43.12

CMYK Percentages of Color #c735bf

%0
%73
%4
%22

Triadic Colors of #c735bf

#c735bf #bfc735 #35bfc7

Analogous Colors of #c735bf

#c735bf #c73576 #8635c7

Monochromatic Colors of #c735bf

#c735bf

Complementary Color

#c735bf #35c73d

#c735bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c735bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c735bf Color CSS Codes

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

#c735bf Text Font Color

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

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


#c735bf Background Color

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

This div background color is #c735bf


#c735bf Border Color

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

This div border color is #c735bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c735bf


Comments

No comments written yet.

Please login to write comment.