Color Hex Logo

#c34bfd Color Hex

#C34BFD
(195,75,253)
0 Favorites   0 Comments

Color spaces of #c34bfd

RGB 19575253
HSL0.780.980.64
HSV280°70°99°
CMYK 0.230.700.00   0.01
XYZ42.751423.726195.2549
Yxy23.72610.26430.1467
Hunter Lab48.709471.4247-81.8493
CIE-Lab55.812573.5590-67.4666

#c34bfd color RGB value is (195,75,253).

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

The process color (four color CMYK) of #c34bfd color hex is 0.23, 0.70, 0.00, 0.01. Web safe color of #c34bfd is #cc33ff. Color #c34bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001011 11111101
Octal 303 113 375
Decimal 195 75 253
Hex C3 4B FD

RGB Percentages of Color #c34bfd

%37.28
%14.34
%48.37

CMYK Percentages of Color #c34bfd

%23
%70
%0
%1

Triadic Colors of #c34bfd

#c34bfd #fdc34b #4bfdc3

Analogous Colors of #c34bfd

#c34bfd #fd4bde #6a4bfd

Monochromatic Colors of #c34bfd

#c34bfd

Complementary Color

#c34bfd #85fd4b

#c34bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34bfd Color CSS Codes

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

#c34bfd Text Font Color

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

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


#c34bfd Background Color

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

This div background color is #c34bfd


#c34bfd Border Color

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

This div border color is #c34bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34bfd


Comments

No comments written yet.

Please login to write comment.