Color Hex Logo

#c483cd Color Hex

#C483CD
(196,131,205)
0 Favorites   0 Comments

Color spaces of #c483cd

RGB 196131205
HSL0.810.430.66
HSV293°36°80°
CMYK 0.040.360.00   0.20
XYZ41.900732.376161.7984
Yxy32.37610.30790.2379
Hunter Lab56.900031.8710-24.5642
CIE-Lab63.652537.2078-28.2587

#c483cd color RGB value is (196,131,205).

#c483cd hex color red value is 196, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c483cd hue: 0.81 , saturation: 0.43 and the lightness value of c483cd is 0.66.

The process color (four color CMYK) of #c483cd color hex is 0.04, 0.36, 0.00, 0.20. Web safe color of #c483cd is #cc99cc. Color #c483cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000011 11001101
Octal 304 203 315
Decimal 196 131 205
Hex C4 83 CD

RGB Percentages of Color #c483cd

%36.84
%24.62
%38.53

CMYK Percentages of Color #c483cd

%4
%36
%0
%20

Triadic Colors of #c483cd

#c483cd #cdc483 #83cdc4

Analogous Colors of #c483cd

#c483cd #cd83b1 #9f83cd

Monochromatic Colors of #c483cd

#c483cd

Complementary Color

#c483cd #8ccd83

#c483cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c483cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c483cd Color CSS Codes

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

#c483cd Text Font Color

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

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


#c483cd Background Color

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

This div background color is #c483cd


#c483cd Border Color

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

This div border color is #c483cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,131,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c483cd


Comments

No comments written yet.

Please login to write comment.