Color Hex Logo

#c28bff Color Hex

#C28BFF
(194,139,255)
0 Favorites   0 Comments

Color spaces of #c28bff

RGB 194139255
HSL0.751.000.77
HSV268°45°100°
CMYK 0.240.450.00   0.00
XYZ49.530837.154699.1687
Yxy37.15460.26650.1999
Hunter Lab60.954638.3760-53.7924
CIE-Lab67.392942.9088-50.0851

#c28bff color RGB value is (194,139,255).

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

The process color (four color CMYK) of #c28bff color hex is 0.24, 0.45, 0.00, 0.00. Web safe color of #c28bff is #cc99ff. Color #c28bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001011 11111111
Octal 302 213 377
Decimal 194 139 255
Hex C2 8B FF

RGB Percentages of Color #c28bff

%32.99
%23.64
%43.37

CMYK Percentages of Color #c28bff

%24
%45
%0
%0

Triadic Colors of #c28bff

#c28bff #ffc28b #8bffc2

Analogous Colors of #c28bff

#c28bff #fc8bff #8b8eff

Monochromatic Colors of #c28bff

#c28bff

Complementary Color

#c28bff #c8ff8b

#c28bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28bff Color CSS Codes

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

#c28bff Text Font Color

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

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


#c28bff Background Color

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

This div background color is #c28bff


#c28bff Border Color

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

This div border color is #c28bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28bff


Comments

No comments written yet.

Please login to write comment.