Color Hex Logo

#c483ff Color Hex

#C483FF
(196,131,255)
0 Favorites   0 Comments

Color spaces of #c483ff

RGB 196131255
HSL0.751.000.76
HSV271°49°100°
CMYK 0.230.490.00   0.00
XYZ48.931235.188498.8208
Yxy35.18840.26750.1923
Hunter Lab59.319843.4298-57.2473
CIE-Lab65.895147.7345-52.4405

#c483ff color RGB value is (196,131,255).

#c483ff hex color red value is 196, green value is 131 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c483ff hue: 0.75 , saturation: 1.00 and the lightness value of c483ff is 0.76.

The process color (four color CMYK) of #c483ff color hex is 0.23, 0.49, 0.00, 0.00. Web safe color of #c483ff is #cc99ff. Color #c483ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000011 11111111
Octal 304 203 377
Decimal 196 131 255
Hex C4 83 FF

RGB Percentages of Color #c483ff

%33.68
%22.51
%43.81

CMYK Percentages of Color #c483ff

%23
%49
%0
%0

Triadic Colors of #c483ff

#c483ff #ffc483 #83ffc4

Analogous Colors of #c483ff

#c483ff #ff83fc #8683ff

Monochromatic Colors of #c483ff

#c483ff

Complementary Color

#c483ff #beff83

#c483ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c483ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c483ff Color CSS Codes

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

#c483ff Text Font Color

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

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


#c483ff Background Color

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

This div background color is #c483ff


#c483ff Border Color

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

This div border color is #c483ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c483ff


Comments

No comments written yet.

Please login to write comment.