Color Hex Logo

#c035ff Color Hex

#C035FF
(192,53,255)
0 Favorites   0 Comments

Color spaces of #c035ff

RGB 19253255
HSL0.781.000.60
HSV281°79°100°
CMYK 0.250.790.00   0.00
XYZ41.061320.972796.4917
Yxy20.97270.25900.1323
Hunter Lab45.796079.9027-92.8664
CIE-Lab52.919680.9121-73.2787

#c035ff color RGB value is (192,53,255).

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

The process color (four color CMYK) of #c035ff color hex is 0.25, 0.79, 0.00, 0.00. Web safe color of #c035ff is #cc33ff. Color #c035ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 11111111
Octal 300 65 377
Decimal 192 53 255
Hex C0 35 FF

RGB Percentages of Color #c035ff

%38.40
%10.60
%51.00

CMYK Percentages of Color #c035ff

%25
%79
%0
%0

Triadic Colors of #c035ff

#c035ff #ffc035 #35ffc0

Analogous Colors of #c035ff

#c035ff #ff35d9 #5b35ff

Monochromatic Colors of #c035ff

#c035ff

Complementary Color

#c035ff #74ff35

#c035ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c035ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c035ff Color CSS Codes

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

#c035ff Text Font Color

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

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


#c035ff Background Color

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

This div background color is #c035ff


#c035ff Border Color

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

This div border color is #c035ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c035ff


Comments

No comments written yet.

Please login to write comment.