Color Hex Logo

#c24bff Color Hex

#C24BFF
(194,75,255)
0 Favorites   0 Comments

Color spaces of #c24bff

RGB 19475255
HSL0.781.000.65
HSV280°71°100°
CMYK 0.240.710.00   0.00
XYZ42.814223.721596.9299
Yxy23.72150.26190.1451
Hunter Lab48.704771.6783-83.9029
CIE-Lab55.807973.7665-68.5893

#c24bff color RGB value is (194,75,255).

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

The process color (four color CMYK) of #c24bff color hex is 0.24, 0.71, 0.00, 0.00. Web safe color of #c24bff is #cc33ff. Color #c24bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11111111
Octal 302 113 377
Decimal 194 75 255
Hex C2 4B FF

RGB Percentages of Color #c24bff

%37.02
%14.31
%48.66

CMYK Percentages of Color #c24bff

%24
%71
%0
%0

Triadic Colors of #c24bff

#c24bff #ffc24b #4bffc2

Analogous Colors of #c24bff

#c24bff #ff4be2 #684bff

Monochromatic Colors of #c24bff

#c24bff

Complementary Color

#c24bff #88ff4b

#c24bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bff Color CSS Codes

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

#c24bff Text Font Color

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

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


#c24bff Background Color

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

This div background color is #c24bff


#c24bff Border Color

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

This div border color is #c24bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bff

Related Colors


Comments

No comments written yet.

Please login to write comment.