Color Hex Logo

#c34bff Color Hex

#C34BFF
(195,75,255)
0 Favorites   0 Comments

Color spaces of #c34bff

RGB 19575255
HSL0.781.000.65
HSV280°71°100°
CMYK 0.240.710.00   0.00
XYZ43.071823.854396.9419
Yxy23.85430.26280.1456
Hunter Lab48.840971.9441-83.4933
CIE-Lab55.941673.9572-68.3666

#c34bff color RGB value is (195,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001011 11111111
Octal 303 113 377
Decimal 195 75 255
Hex C3 4B FF

RGB Percentages of Color #c34bff

%37.14
%14.29
%48.57

CMYK Percentages of Color #c34bff

%24
%71
%0
%0

Triadic Colors of #c34bff

#c34bff #ffc34b #4bffc3

Analogous Colors of #c34bff

#c34bff #ff4be1 #694bff

Monochromatic Colors of #c34bff

#c34bff

Complementary Color

#c34bff #87ff4b

#c34bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34bff Color CSS Codes

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

#c34bff Text Font Color

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

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


#c34bff Background Color

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

This div background color is #c34bff


#c34bff Border Color

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

This div border color is #c34bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34bff

Related Colors

#c34bff Color Palettes


Comments

No comments written yet.

Please login to write comment.