Color Hex Logo

#c283fd Color Hex

#C283FD
(194,131,253)
0 Favorites   0 Comments

Color spaces of #c283fd

RGB 194131253
HSL0.750.970.75
HSV271°48°99°
CMYK 0.230.480.00   0.01
XYZ48.094134.793897.1095
Yxy34.79380.26720.1933
Hunter Lab58.986342.3129-56.3191
CIE-Lab65.587846.7606-51.8461

#c283fd color RGB value is (194,131,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 11111101
Octal 302 203 375
Decimal 194 131 253
Hex C2 83 FD

RGB Percentages of Color #c283fd

%33.56
%22.66
%43.77

CMYK Percentages of Color #c283fd

%23
%48
%0
%1

Triadic Colors of #c283fd

#c283fd #fdc283 #83fdc2

Analogous Colors of #c283fd

#c283fd #fd83fb #8583fd

Monochromatic Colors of #c283fd

#c283fd

Complementary Color

#c283fd #befd83

#c283fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c283fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c283fd Color CSS Codes

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

#c283fd Text Font Color

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

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


#c283fd Background Color

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

This div background color is #c283fd


#c283fd Border Color

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

This div border color is #c283fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c283fd

Related Colors


Comments

No comments written yet.

Please login to write comment.