Color Hex Logo

#c485fd Color Hex

#C485FD
(196,133,253)
0 Favorites   0 Comments

Color spaces of #c485fd

RGB 196133253
HSL0.750.970.76
HSV272°47°99°
CMYK 0.230.470.00   0.01
XYZ48.882135.602797.2241
Yxy35.60270.26900.1959
Hunter Lab59.668041.8144-54.8406
CIE-Lab66.215246.2205-50.8400

#c485fd color RGB value is (196,133,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000101 11111101
Octal 304 205 375
Decimal 196 133 253
Hex C4 85 FD

RGB Percentages of Color #c485fd

%33.68
%22.85
%43.47

CMYK Percentages of Color #c485fd

%23
%47
%0
%1

Triadic Colors of #c485fd

#c485fd #fdc485 #85fdc4

Analogous Colors of #c485fd

#c485fd #fd85fa #8885fd

Monochromatic Colors of #c485fd

#c485fd

Complementary Color

#c485fd #befd85

#c485fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c485fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c485fd Color CSS Codes

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

#c485fd Text Font Color

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

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


#c485fd Background Color

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

This div background color is #c485fd


#c485fd Border Color

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

This div border color is #c485fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c485fd


Comments

No comments written yet.

Please login to write comment.