Color Hex Logo

#c34bca Color Hex

#C34BCA
(195,75,202)
0 Favorites   0 Comments

Color spaces of #c34bca

RGB 19575202
HSL0.820.550.54
HSV297°63°79°
CMYK 0.030.630.00   0.21
XYZ35.682420.898558.0303
Yxy20.89850.31130.1823
Hunter Lab45.714959.3258-43.2621
CIE-Lab52.838263.9800-43.4676

#c34bca color RGB value is (195,75,202).

#c34bca hex color red value is 195, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c34bca hue: 0.82 , saturation: 0.55 and the lightness value of c34bca is 0.54.

The process color (four color CMYK) of #c34bca color hex is 0.03, 0.63, 0.00, 0.21. Web safe color of #c34bca is #cc33cc. Color #c34bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001011 11001010
Octal 303 113 312
Decimal 195 75 202
Hex C3 4B CA

RGB Percentages of Color #c34bca

%41.31
%15.89
%42.80

CMYK Percentages of Color #c34bca

%3
%63
%0
%21

Triadic Colors of #c34bca

#c34bca #cac34b #4bcac3

Analogous Colors of #c34bca

#c34bca #ca4b92 #844bca

Monochromatic Colors of #c34bca

#c34bca

Complementary Color

#c34bca #52ca4b

#c34bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34bca Color CSS Codes

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

#c34bca Text Font Color

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

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


#c34bca Background Color

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

This div background color is #c34bca


#c34bca Border Color

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

This div border color is #c34bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,75,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c34bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34bca


Comments

No comments written yet.

Please login to write comment.