Color Hex Logo

#ca14bd Color Hex

#CA14BD
(202,20,189)
0 Favorites   0 Comments

Color spaces of #ca14bd

RGB 20220189
HSL0.850.820.44
HSV304°90°79°
CMYK 0.000.900.06   0.21
XYZ33.792616.731049.5924
Yxy16.73100.33750.1671
Hunter Lab40.903575.8872-43.2521
CIE-Lab47.919378.6987-43.6741

#ca14bd color RGB value is (202,20,189).

#ca14bd hex color red value is 202, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca14bd hue: 0.85 , saturation: 0.82 and the lightness value of ca14bd is 0.44.

The process color (four color CMYK) of #ca14bd color hex is 0.00, 0.90, 0.06, 0.21. Web safe color of #ca14bd is #cc00cc. Color #ca14bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 10111101
Octal 312 24 275
Decimal 202 20 189
Hex CA 14 BD

RGB Percentages of Color #ca14bd

%49.15
%4.87
%45.99

CMYK Percentages of Color #ca14bd

%0
%90
%6
%21

Triadic Colors of #ca14bd

#ca14bd #bdca14 #14bdca

Analogous Colors of #ca14bd

#ca14bd #ca1462 #7c14ca

Monochromatic Colors of #ca14bd

#ca14bd

Complementary Color

#ca14bd #14ca21

#ca14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca14bd Color CSS Codes

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

#ca14bd Text Font Color

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

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


#ca14bd Background Color

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

This div background color is #ca14bd


#ca14bd Border Color

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

This div border color is #ca14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca14bd


Comments

No comments written yet.

Please login to write comment.